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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, kevinwatters
Date 2008-11-21.21:16:08
SpamBayes Score 0.0001204647
Marked as misclassified No
Message-id <1227302170.37.0.551216580211.issue4379@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-21 21:16:10amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kevinwatters
2008-11-21 21:16:10amaury.forgeotdarcsetmessageid: <1227302170.37.0.551216580211.issue4379@psf.upfronthosting.co.za>
2008-11-21 21:16:09amaury.forgeotdarclinkissue4379 messages
2008-11-21 21:16:09amaury.forgeotdarccreate