This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Dennis Sweeney, blastwave, lys.nikolaou, pablogsal
Date 2021-07-31.22:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627772356.32.0.790128199274.issue44789@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2021-07-31 22:59:16pablogsalsetrecipients: + pablogsal, blastwave, lys.nikolaou, Dennis Sweeney
2021-07-31 22:59:16pablogsalsetmessageid: <1627772356.32.0.790128199274.issue44789@roundup.psfhosted.org>
2021-07-31 22:59:16pablogsallinkissue44789 messages
2021-07-31 22:59:16pablogsalcreate