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 Carl.Friedrich.Bolz, Mark.Shannon, erlendaasland, mark.dickinson, pablogsal, rhettinger, shihai1991, tim.peters, vstinner
Date 2021-05-18.20:44:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621370673.86.0.476318704227.issue43753@roundup.psfhosted.org>
In-reply-to
Content
Well, nobody came up with a better definition, so let's go with:

"Test if the x object is the y object, the same as x is y in Python."

Thanks for the feedback and reviews! Py_Is(x, y), Py_IsNone(x), Py_IsTrue(x) and Py_IsFalse(x) are now part of Python 3.10 C API.
History
Date User Action Args
2021-05-18 20:44:33vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, Carl.Friedrich.Bolz, Mark.Shannon, pablogsal, shihai1991, erlendaasland
2021-05-18 20:44:33vstinnersetmessageid: <1621370673.86.0.476318704227.issue43753@roundup.psfhosted.org>
2021-05-18 20:44:33vstinnerlinkissue43753 messages
2021-05-18 20:44:33vstinnercreate