[issue39355] The Python library will not compile with a C++2020 compiler because the code uses the reserved “module” keyword

Erlend E. Aasland report at bugs.python.org
Tue Mar 29 09:44:31 EDT 2022


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

> The C++20 "module" keyword is "contextual keyword". It's only a keyword if the first line if a file contains "module".

Great! No changes needed. Thanks for investigating.

----------

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


More information about the Python-bugs-list mailing list