[issue13787] PyCode_New not round-trippable (TypeError)

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jan 17 18:01:03 CET 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

co_freevars and co_cellvars are the last arguments of the function.  Your "co_what2.py" version of the script is correct, but "co_what.py" has a different order.

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list