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 asvetlov, belopolsky, brett.cannon, christian.heimes, eric.snow, grahamd, gvanrossum, loewis, ncoghlan, neologix, pitrou, vstinner
Date 2012-05-08.13:39:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336484369.78.0.270511710972.issue9260@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch against tip. I also changed the internal API of module locks a bit (acquire() raises _DeadlockError instead of returning False, and deadlock detection is not optional anymore).
History
Date User Action Args
2012-05-08 13:39:33pitrousetrecipients: + pitrou, gvanrossum, loewis, brett.cannon, ncoghlan, belopolsky, vstinner, christian.heimes, grahamd, asvetlov, neologix, eric.snow
2012-05-08 13:39:29pitrousetmessageid: <1336484369.78.0.270511710972.issue9260@psf.upfronthosting.co.za>
2012-05-08 13:39:29pitroulinkissue9260 messages
2012-05-08 13:39:29pitroucreate