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 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:30vstinnersetrecipients: + vstinner, belopolsky
2012-01-24 01:06:29vstinnersetmessageid: <1327367189.33.0.271402103517.issue13847@psf.upfronthosting.co.za>
2012-01-24 01:06:28vstinnerlinkissue13847 messages
2012-01-24 01:06:28vstinnercreate