summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-11-16-15-08-12.bpo-37205.Wh5svI.rst
blob: 9268f2d77f72f458025fe4e1a7da1baac63f63d4 (plain)
1
2
3
: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.