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 serhiy.storchaka
Recipients berker.peksag, brett.cannon, pitrou, rhettinger, serhiy.storchaka
Date 2015-06-06.13:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433595702.43.0.931945911042.issue24391@psf.upfronthosting.co.za>
In-reply-to
Content
This is for consistency with reprs of lock objects (issue21137):

<unlocked _thread.lock object at 0xb6f2b188>
<locked _thread.lock object at 0xb6f2b188>
<unlocked _thread.RLock object owner=0 count=0 at 0xb6f2b0b0>
<locked _thread.RLock object owner=-1219680512 count=2 at 0xb6f2b0b0>
History
Date User Action Args
2015-06-06 13:01:42serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, pitrou, berker.peksag
2015-06-06 13:01:42serhiy.storchakasetmessageid: <1433595702.43.0.931945911042.issue24391@psf.upfronthosting.co.za>
2015-06-06 13:01:42serhiy.storchakalinkissue24391 messages
2015-06-06 13:01:42serhiy.storchakacreate