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 benjamin.peterson
Recipients alex, benjamin.peterson, christian.heimes, erlendaasland, miss-islington, petr.viktorin, pitrou, pmpp, rdb, serhiy.storchaka, skrah, vstinner
Date 2022-02-23.05:45:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
clang doesn't like the typedef forward-decl:

In file included from ../cpython/Modules/_ctypes/_ctypes.c:108:
In file included from ../cpython/Include/Python.h:43:
../cpython/Include/object.h:109:3: warning: redefinition of typedef 'PyObject' is a C11 feature [-Wtypedef-redefinition]
} PyObject;
  ^
../cpython/Include/pybuffer.h:23:24: note: previous definition is here
typedef struct _object PyObject;
                       ^
1 warning generated.
History
Date User Action Args
2022-02-23 05:45:43benjamin.petersonsetrecipients: + benjamin.peterson, pitrou, vstinner, christian.heimes, alex, petr.viktorin, skrah, pmpp, serhiy.storchaka, rdb, miss-islington, erlendaasland
2022-02-23 05:45:43benjamin.petersonsetmessageid: <[email protected]>
2022-02-23 05:45:43benjamin.petersonlinkissue45459 messages
2022-02-23 05:45:43benjamin.petersoncreate