| Store | Cart

Re: [Python-Dev] Python3 Stable ABI

From: Martin v. Löwis <mar...@v.loewis.de>
Thu, 16 Apr 2015 21:12:53 +0200
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

_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Zachary Ware Apr 13, 2015 09:28 pm
Steve Dower Apr 15, 2015 11:51 pm
"Martin v. Löwis" Apr 16, 2015 07:12 pm
Messages in this thread