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 Mark.Shannon
Recipients Mark.Shannon, mark.dickinson, pablogsal, rhettinger, shihai1991, tim.peters, vstinner
Date 2021-04-07.09:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617787496.36.0.896468513026.issue43753@roundup.psfhosted.org>
In-reply-to
Content
For any sane design of tagged pointers, `x == y` (in C) will work fine.

`is` is not well defined except for a small set of values, so the docs for `Py_Is` would have to so vague as to be worthless, IMO.
History
Date User Action Args
2021-04-07 09:24:56Mark.Shannonsetrecipients: + Mark.Shannon, tim.peters, rhettinger, mark.dickinson, vstinner, pablogsal, shihai1991
2021-04-07 09:24:56Mark.Shannonsetmessageid: <1617787496.36.0.896468513026.issue43753@roundup.psfhosted.org>
2021-04-07 09:24:56Mark.Shannonlinkissue43753 messages
2021-04-07 09:24:56Mark.Shannoncreate