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 Arfrever, grahamd, kristjan.jonsson, neologix, pitrou, python-dev, tim.peters, vstinner
Date 2013-12-13.03:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386904665.75.0.134915138043.issue19787@psf.upfronthosting.co.za>
In-reply-to
Content
My commit broke test_capi, so I revert it. Here is the commit as a patch.

The impact on subinterpreters is more complex than what I expected. A decision should be take on what to do: mimic behaviour of Python 3.3 for subinterpreters (don't replace the Python thread state when a new subinterpreter is created), or fix code using subinterpreters.
History
Date User Action Args
2013-12-13 03:17:46vstinnersetrecipients: + vstinner, tim.peters, pitrou, kristjan.jonsson, grahamd, Arfrever, neologix, python-dev
2013-12-13 03:17:45vstinnersetmessageid: <1386904665.75.0.134915138043.issue19787@psf.upfronthosting.co.za>
2013-12-13 03:17:45vstinnerlinkissue19787 messages
2013-12-13 03:17:45vstinnercreate