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 anonymous2017
Recipients anonymous2017, gvanrossum, yselivanov
Date 2017-01-17.23:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484695575.39.0.807179616569.issue29303@psf.upfronthosting.co.za>
In-reply-to
Content
Details here: http://stackoverflow.com/questions/41708609/unfair-scheduling-bad-lock-optimization-in-asyncio-event-loop

Essentially there should be a `yield` before this line otherwise a coroutine that only acquires and releases a lock will never yield to other coroutines.
History
Date User Action Args
2017-01-17 23:26:15anonymous2017setrecipients: + anonymous2017, gvanrossum, yselivanov
2017-01-17 23:26:15anonymous2017setmessageid: <1484695575.39.0.807179616569.issue29303@psf.upfronthosting.co.za>
2017-01-17 23:26:15anonymous2017linkissue29303 messages
2017-01-17 23:26:15anonymous2017create