Keith <[email protected]> added the comment: Compile with a compiler supporting the C++20 core feature (Modules)
https://en.cppreference.com/w/cpp/compiler_support In visual studio, use C/C++ > Language > CPP Language Standard > C++20 or higher On Mon, Mar 7, 2022 at 5:32 PM STINNER Victor <[email protected]> wrote: > > STINNER Victor <[email protected]> added the comment: > > > The Python library will not compile with a C++2020 compiler because the > code uses the reserved “module” keyword > > What is the error message? How can the error be reproduced? > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue39355> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39355> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
