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 eli.bendersky
Recipients Arfrever, Robin.Schreiber, asvetlov, effbot, eli.bendersky, pitrou
Date 2013-08-07.13:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375881077.68.0.595566651837.issue15651@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, some questions about the patch:

First, I think it omits expat_capi from the state. Is that intentional?

Second, I'm not sure if this approach is fully aligned with PEP 3121. A global, shared state is still used. Instead of actually having a different module state per subinterpreter, this patch will have shared state. Another problem seems to be using PyModule_FindModule without using PyModule_AddModule first. 

These problems could be shared to all of Robin's original patches. Of course, there's also the possibility that I don't fully understand PEP 3121 yet :)
History
Date User Action Args
2013-08-07 13:11:17eli.benderskysetrecipients: + eli.bendersky, effbot, pitrou, Arfrever, asvetlov, Robin.Schreiber
2013-08-07 13:11:17eli.benderskysetmessageid: <1375881077.68.0.595566651837.issue15651@psf.upfronthosting.co.za>
2013-08-07 13:11:17eli.benderskylinkissue15651 messages
2013-08-07 13:11:17eli.benderskycreate