[issue27972] Confusing error during cyclic yield
Max von Tettenborn added the comment: You are very welcome, glad I could help. -- ___ Python tracker <http://bugs.python.org/issue27972> ___ ___ Python-bugs-list m
[issue27972] Confusing error during cyclic yield
New submission from Max von Tettenborn: Below code reproduces the problem. The resulting error is a RecursionError and it is very hard to trace that to the cause of the problem, which is the runner task and the stop task yielding from each other, forming a deadlock. I think, an easy to make