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, pitrou, steve.dower, tim.golden, twouters, vstinner, zach.ware
Date 2015-03-17.15:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426607515.77.0.111645765934.issue23685@psf.upfronthosting.co.za>
In-reply-to
Content
Just had a look in Include/pyport.h and we're already defining PyMODINIT_FUNC differently for building core, so all your changes should be fine. The redefinition you removed from pyexpat.c was clearly never meant to be used for builtin modules.
History
Date User Action Args
2015-03-17 15:51:55steve.dowersetrecipients: + steve.dower, loewis, twouters, pitrou, vstinner, tim.golden, zach.ware
2015-03-17 15:51:55steve.dowersetmessageid: <1426607515.77.0.111645765934.issue23685@psf.upfronthosting.co.za>
2015-03-17 15:51:55steve.dowerlinkissue23685 messages
2015-03-17 15:51:55steve.dowercreate