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 ncoghlan
Recipients grahamd, ncoghlan, pitrou
Date 2012-08-21.14:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345560244.0.0.788419040922.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I mischaracterised the way mod_wsgi works slightly. However, my understanding is still that the scope of this particular fix is merely to allow all external threads to be redirected to a different subinterpreter at various times over the life of a process. It does not need to allow different external threads to be redirected to different subinterpreters.

(Note: I am assuming that any hooks Apache/mod_wsgi has into external thread creation could already just create an appropriate thread state if that was the desired behaviour. It may be I'm incorrect on this, and what Graham really wants is the ability to change the target interpreter state just for the current thread. However, if that's what he wants, then there's additional background info I need on mod_wsgi and its ability to influence thread creation within a process, because I didn't get the impression on the weekend that that is what he was after)
History
Date User Action Args
2012-08-21 14:44:04ncoghlansetrecipients: + ncoghlan, pitrou, grahamd
2012-08-21 14:44:04ncoghlansetmessageid: <1345560244.0.0.788419040922.issue15751@psf.upfronthosting.co.za>
2012-08-21 14:44:03ncoghlanlinkissue15751 messages
2012-08-21 14:44:02ncoghlancreate