[Python-Dev] PEP 418: Add monotonic clock

Yury Selivanov yselivanov.ml at gmail.com
Wed Mar 28 21:02:27 CEST 2012


On 2012-03-28, at 1:55 PM, Yury Selivanov wrote:

> nonlocal _time

nonlocal _tick

obviously.

P.S. And we can make it to raise an error after some N calls
to time() resulting in lesser time that is stored in the _tick
variable.

-
Yury


More information about the Python-Dev mailing list