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 grahamd
Recipients asvetlov, grahamd, mhammond, ncoghlan, pitrou
Date 2012-08-29.02:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346208588.94.0.43842431361.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
Nick. Valid point.

I guess I hadn't been thinking about case of one thread calling out of one interpreter and then into another, as I don't do it in mod_wsgi and even I regard doing that as partly evil.

Does that mean this switch interpreter call somehow gets used in the Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS.
History
Date User Action Args
2012-08-29 02:49:48grahamdsetrecipients: + grahamd, mhammond, ncoghlan, pitrou, asvetlov
2012-08-29 02:49:48grahamdsetmessageid: <1346208588.94.0.43842431361.issue15751@psf.upfronthosting.co.za>
2012-08-29 02:49:48grahamdlinkissue15751 messages
2012-08-29 02:49:48grahamdcreate