blob: 9268f2d77f72f458025fe4e1a7da1baac63f63d4 [file] [log] [blame]
:func:`time.time()`, :func:`time.perf_counter()` and
:func:`time.monotonic()` functions can no longer fail with a Python fatal
error, instead raise a regular Python exception on failure.