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 pitrou
Recipients pitrou, tom65536
Date 2009-05-19.07:01:11
SpamBayes Score 0.00066121115
Marked as misclassified No
Message-id <1242716473.4.0.210197173456.issue6061@psf.upfronthosting.co.za>
In-reply-to
Content
It is very likely you have a 32-bit Python build because:

>>> 2**32/1000000.
4294.9672959999998

and 4294 is exactly the number of seconds by which your clock() value
wraps around.
History
Date User Action Args
2009-05-19 07:01:13pitrousetrecipients: + pitrou, tom65536
2009-05-19 07:01:13pitrousetmessageid: <1242716473.4.0.210197173456.issue6061@psf.upfronthosting.co.za>
2009-05-19 07:01:12pitroulinkissue6061 messages
2009-05-19 07:01:11pitroucreate