Closed
Description
Apologies if this is a misguided question. It's based on looking at the source code, not any observed misbehaviour.
Is the return type of PyGILState_Ensure correct in Runtime.cs? It returns IntPtr, which is 8 bytes on 64-bit. However, PyGILState_STATE is an enum with 2 members, which comes out as 4 bytes on VC++.
Metadata
Metadata
Assignees
Labels
No labels