-
Notifications
You must be signed in to change notification settings - Fork 49
Stable ABI support #310
Copy link
Copy link
Open
Labels
status trackingIssue that tracks the status of compatibility and ongoing work in one or more open source projectsIssue that tracks the status of compatibility and ongoing work in one or more open source projects
Metadata
Metadata
Assignees
Labels
status trackingIssue that tracks the status of compatibility and ongoing work in one or more open source projectsIssue that tracks the status of compatibility and ongoing work in one or more open source projects
Stable ABI support is pretty actively being worked on; there are a lot of moving parts so this issue aims to link to those.
There are two competing PEPs (a lot of the design is identical, but they have different naming, wheel tags and compatibility/stability rules):
Support in binding generators:
Build & packaging tools:
/EXPORTforPyInit_*on Windows: Don't automatically add PyInit_<name> to export symbols in Python 3.15+ pypa/distutils#395PyModExportusage: TST: usePyModExporthook in one test package for Python >=3.15 mesonbuild/meson-python#833pypa/packaging:Other: