Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Handle ABI compatibility on Windows, Python 2.x and other implementations #50

Open
qwcode opened this issue Sep 15, 2015 · 0 comments
Open
Labels

Comments

@qwcode
Copy link
Contributor

qwcode commented Sep 15, 2015

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

@qwcode qwcode added the Wheel label Sep 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant