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 r.david.murray
Recipients gvanrossum, r.david.murray, sss, vstinner, yselivanov
Date 2016-07-21.17:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469121997.53.0.401645863928.issue27585@psf.upfronthosting.co.za>
In-reply-to
Content
If you give the loop a chance to run (an await asyncio.sleep(0)) before doing the acquire) it does not deadlock.  I don't understand enough of the asyncio internals to know if this is expected or a bug.
History
Date User Action Args
2016-07-21 17:26:37r.david.murraysetrecipients: + r.david.murray, gvanrossum, vstinner, yselivanov, sss
2016-07-21 17:26:37r.david.murraysetmessageid: <1469121997.53.0.401645863928.issue27585@psf.upfronthosting.co.za>
2016-07-21 17:26:37r.david.murraylinkissue27585 messages
2016-07-21 17:26:37r.david.murraycreate