]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
authorVictor Stinner <vstinner@python.org>
Tue, 27 Oct 2020 01:24:34 +0000 (02:24 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 01:24:34 +0000 (02:24 +0100)
commitc9bc290dd6e3994a4ead2a224178bcba86f0c0e4
treef3a4e137da850af0438119da460877c3a4fd8532
parent303aac8c56609290e122eecc14c038e9b1e4174a
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)

Use _PyLong_GetZero() and _PyLong_GetOne()
in Objects/ and Python/ directories.
Objects/clinic/complexobject.c.h
Objects/clinic/floatobject.c.h
Objects/complexobject.c
Objects/enumobject.c
Objects/floatobject.c
Objects/rangeobject.c
Objects/sliceobject.c
Python/_warnings.c
Python/compile.c