[Python-bugs-list] 3 failed tests after install (PR#119)
tim_one@email.msn.com
tim_one@email.msn.com
Wed, 27 Oct 1999 00:54:13 -0400 (EDT)
> Full_Name: jerald s brodkey
> Version: 1.52
> OS: Mandrake 6.1
> Submission from: dyn1-tnt1-120.cleveland.oh.ameritech.net
> (199.179.175.120)
What kind of CPU?
> test_support -- test failed: int(long(-sys.maxint-1)) overflowed!
Last time I saw this it was eventually traced to a compiler optimization
bug, on an Intel platform running some flavor of Unix. If you recompile
Python with optimization turned off, and the problem goes away, it's almost
certainly the same problem. DejaNews can be used in that case to track down
the details.