Yury Selivanov added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27972> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com