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 pitrou
Recipients giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2013-10-21.08:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <67641356.97297201.1382343806881.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za>
Content
> > ... for two calls to time.time() to give the exact same outcome
> 
> sched now uses time.monotonic() since Python 3.3.

This seems quite irrelevant:

  >>> len(set(time.monotonic() for i in range(100)))
  100
History
Date User Action Args
2013-10-21 08:23:53pitrousetrecipients: + pitrou, rhettinger, vstinner, giampaolo.rodola, serhiy.storchaka
2013-10-21 08:23:53pitroulinkissue19270 messages
2013-10-21 08:23:53pitroucreate