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 2020-10-26.23:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603753210.37.0.728351213061.issue42161@roundup.psfhosted.org>
In-reply-to
Content
New changeset 8e3b9f92835654943bb59d9658bb52e1b0f40a22 by Victor Stinner in branch 'master':
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
https://github.com/python/cpython/commit/8e3b9f92835654943bb59d9658bb52e1b0f40a22
History
Date User Action Args
2020-10-26 23:00:10vstinnersetrecipients: + vstinner
2020-10-26 23:00:10vstinnersetmessageid: <1603753210.37.0.728351213061.issue42161@roundup.psfhosted.org>
2020-10-26 23:00:10vstinnerlinkissue42161 messages
2020-10-26 23:00:10vstinnercreate