summaryrefslogtreecommitdiffstats
path: root/Python/executor.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-08-24 16:53:50 (GMT)
committerGitHub <noreply@github.com>2023-08-24 16:53:50 (GMT)
commitc55e73112c7b0574d05a522015d0c927de266525 (patch)
tree8f1035a646c7b94afc0c1f2c250d009c99a37f36 /Python/executor.c
parent7f316763402a7d5556deecc3acd06cb719e189b3 (diff)
downloadcpython-c55e73112c7b0574d05a522015d0c927de266525.zip
cpython-c55e73112c7b0574d05a522015d0c927de266525.tar.gz
cpython-c55e73112c7b0574d05a522015d0c927de266525.tar.bz2
gh-106320: Remove private PyLong C API functions (#108429)
Remove private PyLong C API functions: * _PyLong_AsByteArray() * _PyLong_DivmodNear() * _PyLong_Format() * _PyLong_Frexp() * _PyLong_FromByteArray() * _PyLong_FromBytes() * _PyLong_GCD() * _PyLong_Lshift() * _PyLong_Rshift() Move these functions to the internal C API. No longer export _PyLong_FromBytes() function.
Diffstat (limited to 'Python/executor.c')
0 files changed, 0 insertions, 0 deletions