You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System: mono on any platform, not dotnet on any platform
Details
Describe what you were trying to get done.
Working on the reload improvements, we find that GetDelegateFromFunctionPointer is sometimes returning weird types that can't be casted to the proper delegate type. This is apparently a known issue in pythonnet on dotnet as well though we haven't hit that problem on that platform: dotnet/runtime#9074