]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
authorVictor Stinner <vstinner@python.org>
Sun, 5 May 2024 10:15:19 +0000 (12:15 +0200)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 10:15:19 +0000 (12:15 +0200)
commitaa61f8bfcf2584dd8345f1f9a07e240100b79192
treedb196e9316a20ff332290c56b60c38a6b533fae6
parentc7c9b913c01afb8d2ff4048f82155969f7ef75b1
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)

Use the new public Raw functions:

* _PyTime_PerfCounterUnchecked() with PyTime_PerfCounterRaw()
* _PyTime_TimeUnchecked() with PyTime_TimeRaw()
* _PyTime_MonotonicUnchecked() with PyTime_MonotonicRaw()

Remove internal functions:

* _PyTime_PerfCounterUnchecked()
* _PyTime_TimeUnchecked()
* _PyTime_MonotonicUnchecked()
Include/internal/pycore_time.h
Modules/_lsprof.c
Modules/_testinternalcapi/test_lock.c
Python/gc.c
Python/gc_free_threading.c
Python/import.c
Python/lock.c
Python/parking_lot.c
Python/pytime.c
Python/thread_pthread.h