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 gregory.p.smith
Recipients Devin Jeanpierre, gregory.p.smith, python-dev, r.david.murray, vinay.sajip
Date 2017-11-10.23:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510355408.19.0.213398074469.issue21149@psf.upfronthosting.co.za>
In-reply-to
Content
We're still seeing this (in 2.7.12, but the code at 2.7 head hasn't changed).  In this case the RLock being used within _acquireLock() still exists but is an incomplete object by the time we use it.
History
Date User Action Args
2017-11-10 23:10:08gregory.p.smithsetrecipients: + gregory.p.smith, vinay.sajip, Devin Jeanpierre, r.david.murray, python-dev
2017-11-10 23:10:08gregory.p.smithsetmessageid: <1510355408.19.0.213398074469.issue21149@psf.upfronthosting.co.za>
2017-11-10 23:10:08gregory.p.smithlinkissue21149 messages
2017-11-10 23:10:08gregory.p.smithcreate