[issue21205] Add __qualname__ attribute to Python generators and change default __name__

STINNER Victor report at bugs.python.org
Fri Jun 13 10:03:47 CEST 2014


STINNER Victor added the comment:

Updated patch: names must now be strings and cannot be deleted; make _PyEval_EvalCodeWithName private.

----------
Added file: http://bugs.python.org/file35611/gen_qualname-3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21205>
_______________________________________


More information about the Python-bugs-list mailing list