[docs] [issue32758] Stack overflow when parse long expression to AST

Brett Cannon report at bugs.python.org
Fri Mar 9 15:42:59 EST 2018


Brett Cannon <brett at python.org> added the comment:

I have the changes in for Python 3 for the ast module.

Updated TODO list:

- [x] ast module
- [ ] compile()
- [ ] eval() for >= 3.7
- [ ] exec() for >= 3.7
- [ ] dbm.dumb.open()
- [ ] inspect

----------

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


More information about the docs mailing list