[issue6061] time.clock(): overflow in programs that run for very long

2009-05-19 Thread Thomas Reiter
Thomas Reiter added the comment: That version of Python is linked against 32-bit libc. Point of overflow corresponds to 2^31 us. -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue6061] time.clock(): overflow in programs that run for very long

2009-05-18 Thread Thomas Reiter
New submission from Thomas Reiter : On a 64-bit Linux machine the attached program generates the following (shortened) output: $ python bug.py ... after 2145.49s: after 2145.82s: after 2146.14s: after 2146.47s: after 2146.80s: after 2147.13s: after 2147.45s: after -2147.19s: Here's