gh-110850: Add PyTime_TimeUnchecked() function by vstinner · Pull Request #115973 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
Add functions: * PyTime_MonotonicUnchecked() * PyTime_PerfCounterUnchecked() * PyTime_TimeUnchecked() Python now fails with a fatal error at startup if reading the system clock, the monotonic clock or the perf counter clock fails. Add py_perf_counter() function to factorize code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters