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

STINNER Victor report at bugs.python.org
Tue Mar 29 09:07:39 EDT 2022


STINNER Victor <vstinner at python.org> added the comment:

I wrote the draft PR GH-32175 to test https://bugs.python.org/issue39355 and GH-31282. Problem: I don't get any compiler warning or error about the "module" C++20 keyword. I tested GCC 11.2.1 and clang 13.0.0 of Fedora 35.

----------

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


More information about the Python-bugs-list mailing list