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 vstinner
Recipients Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
Date 2012-02-03.01:03:58
SpamBayes Score 0.00021555685
Marked as misclassified No
Message-id <1328231040.15.0.935693758023.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
As expected, size_t is too small on Windows 32 bits.

Patch version 8: _PyTime_t uses Py_LONG_LONG if available, instead of size_t, for numerator and denominator.
History
Date User Action Args
2012-02-03 01:04:03vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-03 01:04:00vstinnersetmessageid: <1328231040.15.0.935693758023.issue13882@psf.upfronthosting.co.za>
2012-02-03 01:03:59vstinnerlinkissue13882 messages
2012-02-03 01:03:59vstinnercreate