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:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475791117.77.0.436190769274.issue27972@psf.upfronthosting.co.za>
In-reply-to
Content
> Is that enough? What if the recursion involves several tasks waiting
for each other in a cycle?

I'm not sure... Maybe it's OK when two tasks await on each other, I think the current Task implementation should be able to handle that.  The problem with the Task awaiting itself is that the current implementation just crashes with a RecursionError.
History
Date User Action Args
2016-10-06 21:58:37yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, Max von Tettenborn
2016-10-06 21:58:37yselivanovsetmessageid: <1475791117.77.0.436190769274.issue27972@psf.upfronthosting.co.za>
2016-10-06 21:58:37yselivanovlinkissue27972 messages
2016-10-06 21:58:37yselivanovcreate