Message200715
| Author | vstinner |
|---|---|
| Recipients | giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka, vstinner |
| Date | 2013-10-21.08:19:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> ... for two calls to time.time() to give the exact same outcome sched now uses time.monotonic() since Python 3.3. In Python 2.7, there is no default timer, but I get that users pick time.time(). (Oh, sched has no unit test in Python 2.7.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-21 08:19:45 | vstinner | set | recipients: + vstinner, rhettinger, pitrou, giampaolo.rodola, serhiy.storchaka |
| 2013-10-21 08:19:45 | vstinner | set | messageid: <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za> |
| 2013-10-21 08:19:45 | vstinner | link | issue19270 messages |
| 2013-10-21 08:19:45 | vstinner | create | |