Message76204
The attached patch corrects the problem: since VS2008 time_t is a 64bit
integer; now os.stat() can return times after 2038 on Windows.
This prevents the crash, but the functionality is far from complete:
os.utime() at least should accept 64bit times. |
|
| Date |
User |
Action |
Args |
| 2008-11-21 21:16:10 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, kevinwatters |
| 2008-11-21 21:16:10 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-11-21 21:16:09 | amaury.forgeotdarc | link | issue4379 messages |
| 2008-11-21 21:16:09 | amaury.forgeotdarc | create | |
|