[issue40334] PEP 617: new PEG-based parser

Pablo Galindo Salgado report at bugs.python.org
Tue Apr 28 20:00:42 EDT 2020


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

> The following code works on Python 3.8, but fails with SyntaxError on Python 3.9.0a6 with the old and the new parser (see bpo-40431):


This is not due to the new parser but due to https://bugs.python.org/issue40246. Please, report it there as well (you can reopen that issue for further discussion).

----------

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


More information about the Python-bugs-list mailing list