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 serhiy.storchaka
Recipients aCuria, serhiy.storchaka, vstinner
Date 2020-01-16.10:31:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579170714.62.0.728129786974.issue39355@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-16 10:31:54serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, aCuria
2020-01-16 10:31:54serhiy.storchakasetmessageid: <1579170714.62.0.728129786974.issue39355@roundup.psfhosted.org>
2020-01-16 10:31:54serhiy.storchakalinkissue39355 messages
2020-01-16 10:31:54serhiy.storchakacreate