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
windows-release
ci.yml -rw-r--r-- 2.6 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.6 KB
pr.yml -rw-r--r-- 2.6 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top