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 msornay
Recipients gvanrossum, msornay, r.david.murray, sss, vstinner, yselivanov
Date 2016-11-15.18:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479234366.28.0.416265310372.issue27585@psf.upfronthosting.co.za>
In-reply-to
Content
I might have found another pathological case not fixed by https://github.com/python/asyncio/pull/393

Tested in 3.6.0b3

The deadlock.py file prints :

DEADLOCK HERE
_locked:  False
_waiters: deque([<Future finished result=True>])
History
Date User Action Args
2016-11-15 18:26:06msornaysetrecipients: + msornay, gvanrossum, vstinner, r.david.murray, yselivanov, sss
2016-11-15 18:26:06msornaysetmessageid: <1479234366.28.0.416265310372.issue27585@psf.upfronthosting.co.za>
2016-11-15 18:26:06msornaylinkissue27585 messages
2016-11-15 18:26:06msornaycreate