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 tom65536
Recipients tom65536
Date 2009-05-19.06:42:52
SpamBayes Score 0.01618907
Marked as misclassified No
Message-id <1242715383.27.0.654529899967.issue6061@psf.upfronthosting.co.za>
In-reply-to
Content
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 your bug

---------------------------------------------
$ uname -a
Linux XXXX 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 06:45:03 EST 2008 x86_64
x86_64 x86_64 GNU/Linux

$ python -V
Python 2.6
History
Date User Action Args
2009-05-19 06:43:04tom65536setrecipients: + tom65536
2009-05-19 06:43:03tom65536setmessageid: <1242715383.27.0.654529899967.issue6061@psf.upfronthosting.co.za>
2009-05-19 06:42:59tom65536linkissue6061 messages
2009-05-19 06:42:57tom65536create