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 tim.peters
Recipients
Date 2000-06-28.21:05:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Accepted and assigned back to Trent.

I hate parts of this patch but can't think of anything substantially better without massive changes everywhere.  For example, testing whether SIZEOF_TIME_T > SIZEOF_LONG and then *assuming* LONG_LONG is long enough is the same kind of dubious assumption that broke on Win64.  The new dubious assumptions are likely to hold true for years to come, but it's still unprincipled.
Still, all in all, fixes a real problem now and a principled alternative is A Project.
History
Date User Action Args
2007-08-23 14:59:29adminlinkissue400513 messages
2007-08-23 14:59:29admincreate