Staging
v0.8.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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 8.5 KB
README.rst -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.7 KB
conf.py -rw-r--r-- 7.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 52.9 KB
license.rst -rw-r--r-- 46.5 KB
make.bat -rw-r--r-- 5.5 KB
requirements.txt -rw-r--r-- 381 bytes
runtime.txt -rw-r--r-- 3 bytes

README.rst

back to top