[issue31917] Add time.CLOCK_PROF constant

2017-11-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset a64ce973a3ad90e4f4a93c402e946c132f647a63 by Victor Stinner in branch 'master': bpo-31917: Add 3 new clock identifiers (#4207) https://github.com/python/cpython/commit/a64ce973a3ad90e4f4a93c402e946c132f647a63 --

[issue31917] Add time.CLOCK_PROF constant

2017-11-02 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue31917] Add time.CLOCK_PROF constant

2017-10-31 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +4176 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue31917] Add time.CLOCK_PROF constant

2017-10-31 Thread STINNER Victor
New submission from STINNER Victor : The CLOCK_PROF clock is used internally by time.process_time(). It may be interesting to expose this constant if available. -- components: FreeBSD, Library (Lib) messages: 305352 nosy: haypo, koobs priority: normal severity: normal status: open title