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
Python 3 (from 3.3 onwards) supports a version-independent style to create type objects, namely PyType_FromSpec. Since we routinely have to update the interop*.cs files right now, and this is our only version-dependency once the new DLL loading lands, we should refactor things to take advantage of this.