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:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618093066.43.0.652186601212.issue43753@roundup.psfhosted.org>
In-reply-to
Content
New changeset 09bbebea163fe7303264cf4069c51d4d2f22fde4 by Victor Stinner in branch 'master':
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
https://github.com/python/cpython/commit/09bbebea163fe7303264cf4069c51d4d2f22fde4
History
Date User Action Args
2021-04-10 22:17:46vstinnersetrecipients: + vstinner, tim.peters, rhettinger, mark.dickinson, Carl.Friedrich.Bolz, Mark.Shannon, pablogsal, shihai1991, erlendaasland
2021-04-10 22:17:46vstinnersetmessageid: <1618093066.43.0.652186601212.issue43753@roundup.psfhosted.org>
2021-04-10 22:17:46vstinnerlinkissue43753 messages
2021-04-10 22:17:46vstinnercreate