Message 238272 - Python tracker
Message238272
| 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:53 | vstinner | set | recipients: + vstinner, loewis, twouters, pitrou, tim.golden, zach.ware, steve.dower |
| 2015-03-17 10:13:53 | vstinner | set | messageid: <1426587233.23.0.965954561717.issue23685@psf.upfronthosting.co.za> |
| 2015-03-17 10:13:53 | vstinner | link | issue23685 messages |
| 2015-03-17 10:13:52 | vstinner | create | |