Skip Montanaro added the comment:

On Sun, May 31, 2015 at 9:11 PM, Yury Selivanov <rep...@bugs.python.org> wrote:
> Current python will crash with a "RuntimeError: maximum recursion depth 
> exceeded" ...

If it's good enough for other programmer-induced infinite recursion
(and in my experience the cause is generally quite obvious from the
traceback), why wouldn't it be good enough in this case?

----------
nosy: +skip.montanaro
title: coroutine wrapper reentrancy -> coroutine wrapper recursion

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24342>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to