Skip to content

Documentation about PyTypeObject being part of the Stable ABI #95300

Closed
@ov2k

Description

@ov2k

https://docs.python.org/3/c-api/typeobj.html#static-types says:

Also, since PyTypeObject is not part of the stable ABI, any extension modules using static types must be compiled for a specific Python minor version.

https://docs.python.org/3/c-api/type.html#c.PyTypeObject says:

Part of the Stable ABI.

I'm not sure what needs to be fixed, but something does. Can extension modules using the Stable ABI use static types now?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dirtopic-C-APItriagedThe issue has been accepted as valid by a triager.type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions