Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to