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-08-01.15:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627832690.06.0.158944328935.issue44789@roundup.psfhosted.org>
In-reply-to
Content
I understand where you are coming from and I do agree, but this is something bigger than just what we can do in an issue, as it spawns multiple other places (again, many files fail with -pedantic). Is not a titanic task but is also not straightforward. My recommendation is to send a brief email to python-dev about these concerns to gather some feedback from the community, as this issue is probably not going to have all the attention that this would otherwise require.

For example, there are several pieces of infrastructure that use GNU extensions already by default when compiled with clang and gcc (like computed gotos), so activating -pedantic will invalidate those simple checks.
History
Date User Action Args
2021-08-01 15:44:50pablogsalsetrecipients: + pablogsal, blastwave, lys.nikolaou, Dennis Sweeney
2021-08-01 15:44:50pablogsalsetmessageid: <1627832690.06.0.158944328935.issue44789@roundup.psfhosted.org>
2021-08-01 15:44:50pablogsallinkissue44789 messages
2021-08-01 15:44:49pablogsalcreate