Message153520
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. |
|
| Date |
User |
Action |
Args |
| 2012-02-17 01:17:29 | vstinner | set | recipients:
+ vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky |
| 2012-02-17 01:17:27 | vstinner | set | messageid: <[email protected]> |
| 2012-02-17 01:17:27 | vstinner | link | issue13882 messages |
| 2012-02-17 01:17:26 | vstinner | create | |
|