SIGN IN SIGN UP

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()
V
Victor Stinner committed
aa61f8bfcf2584dd8345f1f9a07e240100b79192
Parent: c7c9b91
Committed by GitHub <noreply@github.com> on 5/5/2024, 10:15:19 AM