[issue40334] PEP 617: new PEG-based parser

Pablo Galindo Salgado report at bugs.python.org
Thu Apr 23 14:38:08 EDT 2020


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

> ImportError: cannot import name 'Final'

Currently, you need Python3.8+ to do 'make regen-pegen'. We can try to modify the module to not use newer features like "Final" so you can use older Pythons.

----------

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


More information about the Python-bugs-list mailing list