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
Was stepping through the code trying to debug something (I think) unrelated, and noticed that TryComputeClrArgumentType always skips its contents. Is that intended?
pythonnet/src/runtime/MethodBinder.cs
Lines 691 to 693 in de7a1d2
Was stepping through the code trying to debug something (I think) unrelated, and noticed that
TryComputeClrArgumentTypealways skips its contents. Is that intended?