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, eric.smith, loewis, ramson
Date 2010-04-01.17:21:06
SpamBayes Score 1.375141e-07
Marked as misclassified No
Message-id <1270142469.03.0.267206005926.issue8278@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, time_t is 64bit, but various functions convert it to a 32bit long.
Attached patch uses time_t instead of long in various places, this fixes the proposed test.

Martin, do you think it's a viable approach? If so, I'll go and add some tests for the modified functions.
History
Date User Action Args
2010-04-01 17:21:09amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, eric.smith, ramson
2010-04-01 17:21:09amaury.forgeotdarcsetmessageid: <1270142469.03.0.267206005926.issue8278@psf.upfronthosting.co.za>
2010-04-01 17:21:07amaury.forgeotdarclinkissue8278 messages
2010-04-01 17:21:07amaury.forgeotdarccreate