It wouldn't hurt putting it into the FAQ. Python compiled with DEC cc
and -O passes `make test'. Python compiled with gcc (2.5.8 and 2.6.0)
and -g passes `make test'. Compiling with 2.6.0 and -O causes the trace
below on the second run of the make test. (it doesn't dump core)
-------------
rm -f ./Lib/test/*.pyc
PYTHONPATH=./Lib:./Lib/test ./python -c 'import autotest'
All tests OK.
PYTHONPATH=./Lib:./Lib/test ./python -c 'import autotest'
Traceback (innermost last):
File "<string>", line 0
File "./Lib/test/autotest.py", line 67
main()
File "./Lib/test/autotest.py", line 62
import testall
File "./Lib/test/testall.py", line 22
import test_builtin
File "./Lib/test/test_builtin.py", line 9
import test_b1
-------------
Compiling with 2.5.8 and -O does dump core.
-- Brian de Alwis - University of Waterloo: bsdealwis@math.uwaterloo.ca `How extraordinarily lucky Minta is! She is marrying a man who has a gold watch in a wash-leather bag!' - _To_the_Lighthouse_, Virginia Woolf.