[issue39069] Move ast.unparse() function to a different module

Pablo Galindo Salgado report at bugs.python.org
Mon Dec 16 13:37:07 EST 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Also, make sure that the module is not cached, for example:

./python -m pyperf timeit 'import sys; sys.modules.pop("ast",None);sys.modules.pop("enum",None)' 'import ast'

----------

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


More information about the Python-bugs-list mailing list