Message283907
| 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. |
|