Has anyone tried building python 2.4.3 using gcc trunk? The current gcc 4.2 seems to introduce a new regression in the Python testsuite...
test_builtin test test_builtin failed -- Traceback (most recent call last): File "/Users/howarth/Python-2.4.3/Lib/test/test_builtin.py", line 233, in test_divmod (sys.maxint+1, 0)) AssertionError: (0, -2147483648) != (2147483648L, 0) Jack