Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Qt has different issue. "slots" is not a keyword, and the issue can be avoided 
by including Python.h before Qt.h or undefining the "slots" macro.

It could be a harder issue if "module" would be a field name of a public 
structure. But names of arguments are not part of the API.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39355>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to