encukou / abi3

Improvements of Python's stable ABI
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Enable checking actual ABI? #17

Open encukou opened 3 years ago

encukou commented 3 years ago

Python's "Stable ABI" is not actually an ABI. It's a specification that will result in a stable ABI when followed. The actual ABI is defined by compiler and build options.

We might want to make it possible for those that build Python (release managers and distributors) to check that the ABI is indeed stable.