◐ Shell
clean mode source ↗

Message 258043 - Python tracker

Message258043

Author yselivanov
Recipients asvetlov, brett.cannon, gvanrossum, ncoghlan, vstinner, yselivanov
Date 2016-01-12.00:07:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452557269.55.0.521073820946.issue25888@psf.upfronthosting.co.za>
In-reply-to
Content
Will commit this patch tomorrow to 3.5 and 3.6.

It only affects coroutines (async defs): if an await expression is used on a coroutine object while it's being already awaited by another coroutine, a `RuntimeError("coroutine is being awaited already")` will be triggered.
History
Date User Action Args
2016-01-12 00:07:49yselivanovsetrecipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, asvetlov
2016-01-12 00:07:49yselivanovsetmessageid: <1452557269.55.0.521073820946.issue25888@psf.upfronthosting.co.za>
2016-01-12 00:07:49yselivanovlinkissue25888 messages
2016-01-12 00:07:49yselivanovcreate