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 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
Date 2012-02-17.01:16:58
SpamBayes Score 3.509128e-05
Marked as misclassified No
Message-id <1329441447.59.0.272235802397.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 18:
 - Fix a loss of precision in _PyTime_SetDenominator()
 - Add more tests on integer overflow

I also updated the patch adding datetime.datetime support because some people are interested by the type, even I don't think that it is interesting to add it. datetime.datetime is only usable with time.time(), os.*stat() and time.clock_gettime(), whereas it is incompatible with all other functions.
History
Date User Action Args
2012-02-17 01:17:29vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-17 01:17:27vstinnersetmessageid: <1329441447.59.0.272235802397.issue13882@psf.upfronthosting.co.za>
2012-02-17 01:17:27vstinnerlinkissue13882 messages
2012-02-17 01:17:26vstinnercreate