Message151871
| Author | vstinner |
|---|---|
| Recipients | belopolsky, vstinner |
| Date | 2012-01-24.01:06:27 |
| SpamBayes Score | 0.00024369307 |
| Marked as misclassified | No |
| Message-id | <1327367189.33.0.271402103517.issue13847@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attach patch catchs errors on time(), ftime(), localtime() and clock(). It changes floattime() and _Py_gettimeofday() signature: result now indicates if an error occurred or not, and these function now directly raise an exception. Catching time() error is maybe overflow: modern version of its manual page don't mention errors. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-01-24 01:06:30 | vstinner | set | recipients: + vstinner, belopolsky |
| 2012-01-24 01:06:29 | vstinner | set | messageid: <1327367189.33.0.271402103517.issue13847@psf.upfronthosting.co.za> |
| 2012-01-24 01:06:28 | vstinner | link | issue13847 messages |
| 2012-01-24 01:06:28 | vstinner | create | |