Message302725
| Author | yselivanov |
|---|---|
| Recipients | germn, pitrou, r.david.murray, vstinner, yselivanov |
| Date | 2017-09-21.21:15:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1506028516.5.0.820258572259.issue31539@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> it's expected that the sleep time may be *more* than asked for, but not less than.
Exactly, and asyncio tries to ensure that. It looks like "time.get_clock_info('monotonic').resolution" lies about monotonic clock resolution on Windows so that might be the actual issue we want to address. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-21 21:15:16 | yselivanov | set | recipients: + yselivanov, pitrou, vstinner, r.david.murray, germn |
| 2017-09-21 21:15:16 | yselivanov | set | messageid: <1506028516.5.0.820258572259.issue31539@psf.upfronthosting.co.za> |
| 2017-09-21 21:15:16 | yselivanov | link | issue31539 messages |
| 2017-09-21 21:15:16 | yselivanov | create | |