[issue42725] PEP 563: Should the behavior change for yield/yield from's

Guido van Rossum report at bugs.python.org
Thu Dec 24 11:59:15 EST 2020


Guido van Rossum <guido at python.org> added the comment:

Okay, let's do it. It should probably a post-parse check (before we invoke the bytecode compiler but after we have the AST in hand).

----------

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


More information about the Python-bugs-list mailing list