STINNER Victor <[email protected]> added the comment:
> I failed to fix failures on my PR. It's now too late for Python 3.7. I will try to redo PR 5231 in small chunks to better control the risk. I extracted os.cpu_count() changed as a new PR: PR 11457. I already updated time.monotonic() documentation in a previous change: commit 3ab064e80a9be1e6e9c62437fffb92bde9c5e1fb Author: Victor Stinner <[email protected]> Date: Mon Dec 17 12:12:34 2018 +0100 bpo-23451: Update time.monotonic() documentation (GH-11190) bpo-23451, bpo-22117: Python 3.5 requires Windows Vista or newer, time.monotonic() is now always system-wide. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32592> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
