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.

作者 vstinner
收信人 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
日期 2012-02-03.01:03:58
SpamBayes Score 0.00021555685
Marked as misclassified
Message-id <1328231040.15.0.935693758023.issue13882@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-02-03 01:04:03vstinner修改recipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-03 01:04:00vstinner修改messageid: <1328231040.15.0.935693758023.issue13882@psf.upfronthosting.co.za>
2012-02-03 01:03:59vstinner链接issue13882 messages
2012-02-03 01:03:59vstinner创建