Re: [Python-Dev] Python3 Stable ABI

2015-04-16 Thread Martin v. Löwis
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 ca

Re: [Python-Dev] Python3 Stable ABI

2015-04-15 Thread Steve Dower
I don't see any obvious issues, but there may be some that don't need to be marked stable. Given that a mismatch here will cause build errors for users, I'm +1 on checking this in. Cheers, Steve Top-posted from my Windows Phone From: Zachary Ware