[issue40225] recursive call within generator expression is O(depth)

brendon zhang report at bugs.python.org
Thu Apr 9 09:36:38 EDT 2020


brendon zhang <brendon-zhang at hotmail.com> added the comment:

No, the example you provided does not trigger the same bug. It is explicitly to do with calling recursively from within the generator expression.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40225>
_______________________________________


More information about the Python-bugs-list mailing list