[issue40334] PEP 617: new PEG-based parser

Pablo Galindo Salgado report at bugs.python.org
Wed Apr 22 22:52:25 EDT 2020


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

Those warnings are legitimate: we cannot cast function pointers that have different return types from one to the other. This only happens in the test, but could happen in the grammar if we use lookahead with NAME (&NAME).

----------

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


More information about the Python-bugs-list mailing list