summaryrefslogtreecommitdiffstats
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-10-27 20:34:33 (GMT)
committerGitHub <noreply@github.com>2020-10-27 20:34:33 (GMT)
commitc310185c081110741fae914c06c7aaf673ad3d0d (patch)
treead2e40e44a63818789a06ee92ff79ed603693e22 /Python/fileutils.c
parent0564aafb71a153dd0aca4b9266dfae9336a4f2cb (diff)
downloadcpython-c310185c081110741fae914c06c7aaf673ad3d0d.zip
cpython-c310185c081110741fae914c06c7aaf673ad3d0d.tar.gz
cpython-c310185c081110741fae914c06c7aaf673ad3d0d.tar.bz2
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
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.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions