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 vstinner
Date 2021-04-06.18:56:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617735413.96.0.84362935801.issue43753@roundup.psfhosted.org>
In-reply-to
Content
Python has more singletons. In C:

* Py_NotImplemented: NotImplemented
* Py_Ellipsis: Ellipsis

But I don't think that "x == NotImplemented" is common enough to justify a new function.
History
Date User Action Args
2021-04-06 18:56:53vstinnersetrecipients: + vstinner
2021-04-06 18:56:53vstinnersetmessageid: <1617735413.96.0.84362935801.issue43753@roundup.psfhosted.org>
2021-04-06 18:56:53vstinnerlinkissue43753 messages
2021-04-06 18:56:53vstinnercreate