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:09:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581026992.45.0.153441690486.issue39571@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I only tested GCC and I forgot that clang is more pedantic on duplicated typedef. I looked better with PyTypeObject, but the fix is easy: just revert my change: PR 18384.
History
Date User Action Args
2020-02-06 22:09:52vstinnersetrecipients: + vstinner, colesbury
2020-02-06 22:09:52vstinnersetmessageid: <1581026992.45.0.153441690486.issue39571@roundup.psfhosted.org>
2020-02-06 22:09:52vstinnerlinkissue39571 messages
2020-02-06 22:09:51vstinnercreate