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 vstinner
Recipients colesbury, vstinner
Date 2020-02-06.22:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581027432.73.0.63305444154.issue39571@roundup.psfhosted.org>
In-reply-to
Content
> Alternatively I think you can just remove the typedef from Include/cpython/object.h since Include/object.h is always included first. i.e.:

Oh, nice! I proposed PR 18385. Would you mind to confirm that it fix the issue for you? At least, I tested manually and the clang warning goes away with this change.
History
Date User Action Args
2020-02-06 22:17:12vstinnersetrecipients: + vstinner, colesbury
2020-02-06 22:17:12vstinnersetmessageid: <1581027432.73.0.63305444154.issue39571@roundup.psfhosted.org>
2020-02-06 22:17:12vstinnerlinkissue39571 messages
2020-02-06 22:17:12vstinnercreate