[issue44789] Code compliance concern in Parser/pegen/pegen.c

Pablo Galindo Salgado report at bugs.python.org
Sat Jul 31 18:59:16 EDT 2021


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

You cannot compile CPython with `-pedantic`. For example, if i add that to my collection of CFLAGS with gcc 11, many object files do not compile (too many to report here). That is not a supported compilation flag and certainly this problem is not only about the parser.

I would suggest to close this issue and maybe reopen another one regarding "CPython doesn't compile with -pedantic".

----------

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


More information about the Python-bugs-list mailing list