diff options
author | Victor Stinner <vstinner@python.org> | 2020-11-16 16:08:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 16:08:05 +0100 |
commit | ae6cd7cfdab0599139002c526953d907696d9eef (patch) | |
tree | fbfcfd94f1f73fa6e38a50dc5112a707e59d4c6b /configure.ac | |
parent | bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) (diff) | |
download | cpython-ae6cd7cfdab0599139002c526953d907696d9eef.tar.gz cpython-ae6cd7cfdab0599139002c526953d907696d9eef.tar.bz2 cpython-ae6cd7cfdab0599139002c526953d907696d9eef.zip |
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
time.time(), time.perf_counter() and time.monotonic() functions can
no longer fail with a Python fatal error, instead raise a regular
Python exception on failure.
Remove _PyTime_Init(): don't check system, monotonic and perf counter
clocks at startup anymore.
On error, _PyTime_GetSystemClock(), _PyTime_GetMonotonicClock() and
_PyTime_GetPerfCounter() now silently ignore the error and return 0.
They cannot fail with a Python fatal error anymore.
Add py_mach_timebase_info() and win_perf_counter_frequency()
sub-functions.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions