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 pablogsal, petr.viktorin, vstinner
Date 2021-04-01.12:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617279405.68.0.527591175704.issue43690@roundup.psfhosted.org>
In-reply-to
Content
Pablo: My previous commit added PyType_HasFeature to Doc/data/stable_abi.dat. But it prevented me to fix another bug, PR 25135. So I merged this change (PR 25136) to unblock the CI. Feel free to revert/adjust my change as soon as it doesn't add PyType_HasFeature back into Doc/data/stable_abi.dat :-)
History
Date User Action Args
2021-04-01 12:16:45vstinnersetrecipients: + vstinner, petr.viktorin, pablogsal
2021-04-01 12:16:45vstinnersetmessageid: <1617279405.68.0.527591175704.issue43690@roundup.psfhosted.org>
2021-04-01 12:16:45vstinnerlinkissue43690 messages
2021-04-01 12:16:45vstinnercreate