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, petr.viktorin, serhiy.storchaka, vstinner
Date 2021-09-06.02:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAM_uak6FuO4ifNYz+pE+xbFtudQ19myarqc-QfJsBcMd42C9+Q@mail.gmail.com>
In-reply-to <1629473225.32.0.832038745679.issue39355@roundup.psfhosted.org>
Content
the word "module" should be treated as a reserved keyword.

Any use of "module" as an argument name should be changed to something else
throughout the code base.

On Fri, Aug 20, 2021 at 11:28 PM Hasan <report@bugs.python.org> wrote:

>
> Hasan <hasan.aleeyev@gmail.com> added the comment:
>
> 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
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue39355>
> _______________________________________
>
History
Date User Action Args
2021-09-06 02:13:43aCuriasetrecipients: + aCuria, vstinner, petr.viktorin, serhiy.storchaka, AliyevH
2021-09-06 02:13:43aCurialinkissue39355 messages
2021-09-06 02:13:42aCuriacreate