[Python-Dev] Python3 Stable ABI

"Martin v. Löwis" martin at v.loewis.de
Thu Apr 16 21:12:53 CEST 2015


Am 13.04.15 um 23:28 schrieb Zachary Ware:
> In issue23903, I've created a script that will produce PC/python3.def
> by scraping the header files in Include.  

See my comment in the issue. Having a script to check is good; having it
generate the def file automatically is bad. It's typically the case that
changes to the header files didn't consider the stable ABI, so each
change needs to be reviewed manually. Typically, further changes to
other source files will be necessary.

Regards,
Martin



More information about the Python-Dev mailing list