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 petdance
Recipients corona10, nascheme, petdance, serhiy.storchaka, shihai1991, steve.dower, vstinner
Date 2020-02-15.21:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581802566.0.0.562077645883.issue39573@roundup.psfhosted.org>
In-reply-to
Content
I'm hoping that a goal here is to make

static inline int _Py_IS_TYPE(PyObject *ob, PyTypeObject *type)

actually be

static inline int _Py_IS_TYPE(const PyObject *ob, const PyTypeObject *type)
History
Date User Action Args
2020-02-15 21:36:06petdancesetrecipients: + petdance, nascheme, vstinner, serhiy.storchaka, steve.dower, corona10, shihai1991
2020-02-15 21:36:06petdancesetmessageid: <1581802566.0.0.562077645883.issue39573@roundup.psfhosted.org>
2020-02-15 21:36:05petdancelinkissue39573 messages
2020-02-15 21:36:05petdancecreate