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>
> _______________________________________
>