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 vstinner
Recipients loewis, pitrou, steve.dower, tim.golden, twouters, vstinner, zach.ware
Date 2015-03-17.10:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426587233.23.0.965954561717.issue23685@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fixes the usage of the PyMODINIT_FUNC macro.

My patch is based on Thomas Wouters's patch of the issue #11410.

I don't understand why Modules/pyexpat.c redefined PyMODINIT_FUNC if not defined. In which case PyMODINIT_FUNC was not defined?

I'm not sure that PC/config.c should use PyMODINIT_FUNC instead of use "PyObject*".

@Steve.Dower: Does my change to PC/config.c look correct or not?
History
Date User Action Args
2015-03-17 10:13:53vstinnersetrecipients: + vstinner, loewis, twouters, pitrou, tim.golden, zach.ware, steve.dower
2015-03-17 10:13:53vstinnersetmessageid: <1426587233.23.0.965954561717.issue23685@psf.upfronthosting.co.za>
2015-03-17 10:13:53vstinnerlinkissue23685 messages
2015-03-17 10:13:52vstinnercreate