This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients izbyshev, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2019-01-07.15:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546873291.46.0.0781901353044.issue32592@roundup.psfhosted.org>
In-reply-to
Content
> 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 <vstinner@redhat.com>
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.
History
Date User Action Args
2019-01-07 15:01:32vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, izbyshev
2019-01-07 15:01:31vstinnersetmessageid: <1546873291.46.0.0781901353044.issue32592@roundup.psfhosted.org>
2019-01-07 15:01:31vstinnerlinkissue32592 messages
2019-01-07 15:01:31vstinnercreate