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 WildCard65, erlendaasland, gregory.p.smith, numberZero, vstinner
Date 2021-02-15.16:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613406074.73.0.80725136809.issue43181@roundup.psfhosted.org>
In-reply-to
Content
Thanks Vitaliy for the bug report and Erlend for the fix ;-)

For Python 3.9 and older, a workaround is to wrap the call to PyObject_TypeCheck() with your own static inline function.
History
Date User Action Args
2021-02-15 16:21:14vstinnersetrecipients: + vstinner, gregory.p.smith, WildCard65, erlendaasland, numberZero
2021-02-15 16:21:14vstinnersetmessageid: <1613406074.73.0.80725136809.issue43181@roundup.psfhosted.org>
2021-02-15 16:21:14vstinnerlinkissue43181 messages
2021-02-15 16:21:14vstinnercreate