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 vstinner
Recipients AliyevH, aCuria, erlendaasland, petr.viktorin, serhiy.storchaka, vstinner
Date 2022-03-29.13:39:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648561170.93.0.834683938993.issue39355@roundup.psfhosted.org>
In-reply-to
Content
The C++20 "module" keyword is "contextual keyword". It's only a keyword if the first line if a file contains "module".

* https://en.cppreference.com/w/cpp/language/modules#Module_declarations
* https://en.cppreference.com/w/cpp/keyword/module

It's not the case in any .h file of the Python C API, so Python doesn't need to be changed. I close the issue.
History
Date User Action Args
2022-03-29 13:39:31vstinnersetrecipients: + vstinner, petr.viktorin, serhiy.storchaka, erlendaasland, aCuria, AliyevH
2022-03-29 13:39:30vstinnersetmessageid: <1648561170.93.0.834683938993.issue39355@roundup.psfhosted.org>
2022-03-29 13:39:30vstinnerlinkissue39355 messages
2022-03-29 13:39:30vstinnercreate