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

STINNER Victor report at bugs.python.org
Mon Dec 16 13:16:04 EST 2019


STINNER Victor <vstinner at python.org> added the comment:

Can someone try to run a benchmark to see the actual overhead of adding functools and/or enum imports, and creating a enum type on "import ast"?

----------

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


More information about the Python-bugs-list mailing list