Message157378
| Author | vstinner |
|---|---|
| Recipients | neologix, vstinner |
| Date | 2012-04-02.19:50:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1333396208.72.0.617651688468.issue14428@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated patch: - Implement time.get_clock_info() - time.monotonic() never fails: fallback to time.time() if needed TODO: time.monotonic() must use GetTickCount64() or GetTickCount() on Windows, with a detection of integer overflow on GetTickCount(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-02 19:50:08 | vstinner | set | recipients: + vstinner, neologix |
| 2012-04-02 19:50:08 | vstinner | set | messageid: <1333396208.72.0.617651688468.issue14428@psf.upfronthosting.co.za> |
| 2012-04-02 19:50:08 | vstinner | link | issue14428 messages |
| 2012-04-02 19:50:08 | vstinner | create | |