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 ebfe
Recipients ebfe, gps, gregory.p.smith, pitrou, vstinner
Date 2009-01-04.22:25:01
SpamBayes Score 0.05564725
Marked as misclassified No
Message-id <1231107907.08.0.993374442892.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
I've modified haypo's patch as commented. The object's lock should be
free 99.9% of the time so we try non-blocking first and can thereby skip
 releasing and re-locking the gil (to avoid a deadlock).
History
Date User Action Args
2009-01-04 22:25:07ebfesetrecipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps
2009-01-04 22:25:07ebfesetmessageid: <1231107907.08.0.993374442892.issue4751@psf.upfronthosting.co.za>
2009-01-04 22:25:04ebfelinkissue4751 messages
2009-01-04 22:25:03ebfecreate