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 python-dev
Recipients belopolsky, loewis, pitrou, python-dev, tim.peters, vstinner
Date 2015-03-27.21:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150327213913.16154.42511@psf.io>
In-reply-to
Content
New changeset 45d9093d259d by Victor Stinner in branch 'default':
Issue #22117: time.monotonic() now uses the new _PyTime_t API
https://hg.python.org/cpython/rev/45d9093d259d

New changeset a88735cbeb50 by Victor Stinner in branch 'default':
Issue #22117: time.time() now uses the new _PyTime_t API
https://hg.python.org/cpython/rev/a88735cbeb50

New changeset abf38a17d3a8 by Victor Stinner in branch 'default':
Issue #22117: The gc module now uses _PyTime_t timestamp
https://hg.python.org/cpython/rev/abf38a17d3a8

New changeset a3c5e05d2cef by Victor Stinner in branch 'default':
Issue #22117: The signal modules uses the new _PyTime_t API
https://hg.python.org/cpython/rev/a3c5e05d2cef
History
Date User Action Args
2015-03-27 21:39:18python-devsetrecipients: + python-dev, tim.peters, loewis, belopolsky, pitrou, vstinner
2015-03-27 21:39:18python-devlinkissue22117 messages
2015-03-27 21:39:18python-devcreate