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 mbandy
Recipients amaury.forgeotdarc, mbandy, pitrou, tim.peters
Date 2010-02-25.22:24:46
SpamBayes Score 0.00027223694
Marked as misclassified No
Message-id <1267136688.61.0.193120167326.issue8020@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury is correct -- in the case I observed, the other thread had nothing to do with Python and was not calling Python functions that would have required obtaining the GIL at any time (again, I'm using an embedded Python interpreter in a larger app, not the standalone interpreter).  The other thread is just unlucky to have allocated non-Python related memory in the same page where a Python object was allocated.
History
Date User Action Args
2010-02-25 22:24:48mbandysetrecipients: + mbandy, tim.peters, amaury.forgeotdarc, pitrou
2010-02-25 22:24:48mbandysetmessageid: <1267136688.61.0.193120167326.issue8020@psf.upfronthosting.co.za>
2010-02-25 22:24:47mbandylinkissue8020 messages
2010-02-25 22:24:46mbandycreate