[issue38007] Regression: name of PyType_Spec::slots conflicts with Qt macro

Serhiy Storchaka report at bugs.python.org
Sun Sep 8 05:14:22 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

This is a major breaking change. It may need changing the Python version to 4.0.

I suggest you to not use global macros without prefixes and undefine the conflicting one before using the Python C API.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38007>
_______________________________________


More information about the Python-bugs-list mailing list