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-04-10.22:19:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618093162.5.0.141089901199.issue43753@roundup.psfhosted.org>
In-reply-to
Content
Carl:
> Just chiming in to say that for PyPy this API would be extremely useful, because PyPy's "is" is not implementable with a pointer comparison on the C level (due to unboxing we need to compare integers, floats, etc by value). Right now, C extension code that compares pointers is subtly broken and cannot be fixed by us.

Can you come with a sentence that I can put in the documentation to explain that Py_Is() is written for interoperability with other Python implementations?
History
Date User Action Args
2021-04-10 22:19:22vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, Carl.Friedrich.Bolz, Mark.Shannon, pablogsal, shihai1991, erlendaasland
2021-04-10 22:19:22vstinnersetmessageid: <1618093162.5.0.141089901199.issue43753@roundup.psfhosted.org>
2021-04-10 22:19:22vstinnerlinkissue43753 messages
2021-04-10 22:19:22vstinnercreate