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 pitrou
Recipients Arfrever, Robin.Schreiber, asvetlov, effbot, eli.bendersky, pitrou
Date 2013-08-07.13:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404971900.48608507.1375882110112.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1375881077.68.0.595566651837.issue15651@psf.upfronthosting.co.za>
Content
> First, I think it omits expat_capi from the state. Is that
> intentional?

What would it do in the state? There's nothing to release.

> 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.

I don't understand what you are talking about. Perhaps you haven't looked
what PyState_FindModule() does?
History
Date User Action Args
2013-08-07 13:28:36pitrousetrecipients: + pitrou, effbot, Arfrever, eli.bendersky, asvetlov, Robin.Schreiber
2013-08-07 13:28:36pitroulinkissue15651 messages
2013-08-07 13:28:36pitroucreate