Staging
v0.5.1
https://github.com/python/cpython
Revision c310185c081110741fae914c06c7aaf673ad3d0d authored by Victor Stinner on 27 October 2020, 20:34:33 UTC, committed by GitHub on 27 October 2020, 20:34:33 UTC
Use PyLong_FromLong(0) and PyLong_FromLong(1) of the public C API
instead. For Python internals, _PyLong_GetZero() and _PyLong_GetOne()
of pycore_long.h can be used.
1 parent 0564aaf
History
Tip revision: c310185c081110741fae914c06c7aaf673ad3d0d authored by Victor Stinner on 27 October 2020, 20:34:33 UTC
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Tip revision: c310185
File Mode Size
problem-matchers
workflows
CODEOWNERS -rw-r--r-- 4.2 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
FUNDING.yml -rw-r--r-- 74 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 485 bytes
dependabot.yml -rw-r--r-- 172 bytes

back to top