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 pitrou
Recipients belopolsky, brett.cannon, christian.heimes, grahamd, gvanrossum, ncoghlan, neologix, pitrou, vstinner
Date 2012-04-28.23:16:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335655021.75.0.363297712684.issue9260@psf.upfronthosting.co.za>
In-reply-to
Content
New patch gets rid of the reliance on _thread.RLock (uses non-recursive locks instead), and should solve the synchronization issue. Other issues remain.
History
Date User Action Args
2012-04-28 23:17:06pitrousetrecipients: + pitrou, gvanrossum, brett.cannon, ncoghlan, belopolsky, vstinner, christian.heimes, grahamd, neologix
2012-04-28 23:17:01pitrousetmessageid: <1335655021.75.0.363297712684.issue9260@psf.upfronthosting.co.za>
2012-04-28 23:17:01pitroulinkissue9260 messages
2012-04-28 23:17:01pitroucreate