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 Alexey Popravka
Recipients Alexey Popravka, gvanrossum, msornay, r.david.murray, sss, vstinner, yselivanov
Date 2017-05-18.15:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495119795.34.0.240295494175.issue27585@psf.upfronthosting.co.za>
In-reply-to
Content
Also there is the same problem with asyncio.Condition wait() / notify() couple as it repeats the same Lock.acquire()/release() logic
History
Date User Action Args
2017-05-18 15:03:15Alexey Popravkasetrecipients: + Alexey Popravka, gvanrossum, vstinner, r.david.murray, yselivanov, msornay, sss
2017-05-18 15:03:15Alexey Popravkasetmessageid: <1495119795.34.0.240295494175.issue27585@psf.upfronthosting.co.za>
2017-05-18 15:03:15Alexey Popravkalinkissue27585 messages
2017-05-18 15:03:15Alexey Popravkacreate