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 yselivanov
Recipients Max von Tettenborn, gvanrossum, vstinner, yselivanov
Date 2016-10-06.21:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475790602.92.0.971100062986.issue27972@psf.upfronthosting.co.za>
In-reply-to
Content
> It's pretty perverse. But how would you detect this case?

In Task._step, we can check if the future the task is about to await on is "self".
History
Date User Action Args
2016-10-06 21:50:02yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, Max von Tettenborn
2016-10-06 21:50:02yselivanovsetmessageid: <1475790602.92.0.971100062986.issue27972@psf.upfronthosting.co.za>
2016-10-06 21:50:02yselivanovlinkissue27972 messages
2016-10-06 21:50:02yselivanovcreate