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 AliyevH
Recipients AliyevH, aCuria, petr.viktorin, serhiy.storchaka, vstinner
Date 2021-08-20.15:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629473225.32.0.832038745679.issue39355@roundup.psfhosted.org>
In-reply-to
Content
We have tested with cxx-modules that issue.
module is just a specifier for export (only export is a compiler-based keyword in >= C++20)
That's why we can use module as argument name and there's no need to rename or delete *module arguments from header files.

What do you recommend to do?

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1103r3.pdf
History
Date User Action Args
2021-08-20 15:27:05AliyevHsetrecipients: + AliyevH, vstinner, petr.viktorin, serhiy.storchaka, aCuria
2021-08-20 15:27:05AliyevHsetmessageid: <1629473225.32.0.832038745679.issue39355@roundup.psfhosted.org>
2021-08-20 15:27:05AliyevHlinkissue39355 messages
2021-08-20 15:27:05AliyevHcreate