This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients loewis, ned.deily, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-12-23.23:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482535786.5.0.739137222234.issue23903@psf.upfronthosting.co.za>
In-reply-to
Content
Good call.

I think I might actually replace the script with a build step that uses the C preprocessor to get all the names, then a script to generate the file. If someone who knows the POSIX build system can help out, we could generate a list on each build for various platforms and fail when it doesn't match what's committed.

Since the preprocessor doesn't have to generate valid code, we should be able to cross-compile for other platforms, though that's less critical.
History
Date User Action Args
2016-12-23 23:29:46steve.dowersetrecipients: + steve.dower, loewis, tim.golden, ned.deily, python-dev, zach.ware, serhiy.storchaka
2016-12-23 23:29:46steve.dowersetmessageid: <1482535786.5.0.739137222234.issue23903@psf.upfronthosting.co.za>
2016-12-23 23:29:46steve.dowerlinkissue23903 messages
2016-12-23 23:29:46steve.dowercreate