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 berker.peksag
Recipients berker.peksag, rhettinger
Date 2014-04-03.02:14:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396491268.11.0.194830179379.issue21137@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch with a test. Example repr of threading.Lock():

    $ ./python -c "import threading; print(threading.Lock())"
    <unlocked _thread.lock object>
History
Date User Action Args
2014-04-03 02:14:28berker.peksagsetrecipients: + berker.peksag, rhettinger
2014-04-03 02:14:28berker.peksagsetmessageid: <1396491268.11.0.194830179379.issue21137@psf.upfronthosting.co.za>
2014-04-03 02:14:28berker.peksaglinkissue21137 messages
2014-04-03 02:14:27berker.peksagcreate