Message 238306 - Python tracker
Message238306
| 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:55 | steve.dower | set | recipients: + steve.dower, loewis, twouters, pitrou, vstinner, tim.golden, zach.ware |
| 2015-03-17 15:51:55 | steve.dower | set | messageid: <1426607515.77.0.111645765934.issue23685@psf.upfronthosting.co.za> |
| 2015-03-17 15:51:55 | steve.dower | link | issue23685 messages |
| 2015-03-17 15:51:55 | steve.dower | create | |