]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
authorVictor Stinner <vstinner@python.org>
Tue, 20 Feb 2024 15:02:27 +0000 (16:02 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 15:02:27 +0000 (15:02 +0000)
commit9af80ec83d1647a472331bd1333a7fa9108fe98e
tree855d09a92949b6cbe2b6a9c177bfd399a87a2fa6
parent0749244d13412d7cb5b53d834f586f2198f5b9a6
gh-110850: Replace _PyTime_t with PyTime_t (#115719)

Run command:

sed -i -e 's!\<_PyTime_t\>!PyTime_t!g' $(find -name "*.c" -o -name "*.h")
31 files changed:
Include/internal/pycore_import.h
Include/internal/pycore_lock.h
Include/internal/pycore_parking_lot.h
Include/internal/pycore_pythread.h
Include/internal/pycore_semaphore.h
Include/internal/pycore_time.h
Modules/_datetimemodule.c
Modules/_lsprof.c
Modules/_queuemodule.c
Modules/_ssl.c
Modules/_testinternalcapi/pytime.c
Modules/_testinternalcapi/test_lock.c
Modules/_testsinglephase.c
Modules/_threadmodule.c
Modules/faulthandler.c
Modules/posixmodule.c
Modules/selectmodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/socketmodule.h
Modules/timemodule.c
Python/gc.c
Python/gc_free_threading.c
Python/import.c
Python/lock.c
Python/parking_lot.c
Python/pystate.c
Python/pytime.c
Python/thread.c
Python/thread_nt.h
Python/thread_pthread.h