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 sss
Recipients gvanrossum, r.david.murray, sss, vstinner, yselivanov
Date 2016-08-04.09:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470303214.26.0.53608999731.issue27585@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, await asyncio.sleep(0) does fix it, but it would be weird if I'm supposed to put those all over my code. I made a new reproducer now that uses 2 threads in case it's not allowed to take the same lock twice from the same thread.
History
Date User Action Args
2016-08-04 09:33:34ssssetrecipients: + sss, gvanrossum, vstinner, r.david.murray, yselivanov
2016-08-04 09:33:34ssssetmessageid: <1470303214.26.0.53608999731.issue27585@psf.upfronthosting.co.za>
2016-08-04 09:33:34ssslinkissue27585 messages
2016-08-04 09:33:34ssscreate