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 aCuria
Recipients AliyevH, aCuria, erlendaasland, petr.viktorin, serhiy.storchaka, vstinner
Date 2022-03-07.10:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAM_uak74nVMmMfgm77OWY895_4P74rXLPJNOVvGDG5Cx1uMYXw@mail.gmail.com>
In-reply-to <1646645520.06.0.238254501887.issue39355@roundup.psfhosted.org>
Content
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 <report@bugs.python.org>
wrote:

>
> STINNER Victor <vstinner@python.org> 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 <report@bugs.python.org>
> <https://bugs.python.org/issue39355>
> _______________________________________
>
History
Date User Action Args
2022-03-07 10:50:38aCuriasetrecipients: + aCuria, vstinner, petr.viktorin, serhiy.storchaka, erlendaasland, AliyevH
2022-03-07 10:50:38aCurialinkissue39355 messages
2022-03-07 10:50:38aCuriacreate