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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
The current ABI compatibility tagging in PEP 425 relies on distutils/sysconfig reporting a correct answer for SOABI. This isn't valid on Windows or on Python 2.x.
The updated PEP needs to cover how to derive an appropriate ABI compatibility tag on Windows and Python 2.x, as well as providing more clarity around handling of alternative implementations when they offer an FFI that isn't just an emulation of the CPython C API.
The current ABI compatibility tagging in PEP 425 relies on distutils/sysconfig reporting a correct answer for SOABI. This isn't valid on Windows or on Python 2.x.
The updated PEP needs to cover how to derive an appropriate ABI compatibility tag on Windows and Python 2.x, as well as providing more clarity around handling of alternative implementations when they offer an FFI that isn't just an emulation of the CPython C API.
migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/25/handle-abi-compatibility-on-windows-python
The text was updated successfully, but these errors were encountered: