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-03-15.12:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615809700.52.0.42039563997.issue43181@roundup.psfhosted.org>
In-reply-to
Content
If possible, I would prefer to only replace macros with static inline functions if the changes avoids clear macro pitfalls. It's not because macros have pitfalls that we must replace them all blindly.

Also, this issue is closed. At this point, I'm not convinced that it's worth it to fix PyObject_TypeCheck() in Python 3.8 and 3.9, so I leave the issue closed.
History
Date User Action Args
2021-03-15 12:01:40vstinnersetrecipients: + vstinner, gregory.p.smith, WildCard65, erlendaasland, numberZero
2021-03-15 12:01:40vstinnersetmessageid: <1615809700.52.0.42039563997.issue43181@roundup.psfhosted.org>
2021-03-15 12:01:40vstinnerlinkissue43181 messages
2021-03-15 12:01:40vstinnercreate