]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 23:01:30 +0000 (01:01 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 23:01:30 +0000 (01:01 +0200)
commitb32d4cad15f537f25063bcd56377e16df59d98db
tree0a71372347d58e79575f9dfae35407c694fcb611
parent4e5a7284eef4308dce252ca1115d4a5a5b7e6ae8
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)

Change generated by the command:

sed -i -e 's!_PyLong_AsInt!PyLong_AsInt!g' \
    $(find -name "*.c" -o -name "*.h")
18 files changed:
Modules/_csv.c
Modules/_ctypes/stgdict.c
Modules/_datetimemodule.c
Modules/_io/fileio.c
Modules/_io/winconsoleio.c
Modules/_sqlite/connection.c
Modules/faulthandler.c
Modules/posixmodule.c
Modules/readline.c
Modules/socketmodule.c
Objects/bytesobject.c
Objects/fileobject.c
Objects/unicodeobject.c
Python/assemble.c
Python/ceval.c
Python/flowgraph.c
Python/initconfig.c
Python/legacy_tracing.c