Skip to content

PyGILState_Ensure - return type correct? #1606

Closed
@tom-bowles

Description

@tom-bowles

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions