[Python-Dev] tests failing on irix65

Jeremy Hylton jeremy@alum.mit.edu
Wed, 21 Mar 2001 10:56:35 -0500 (EST)


The test_symtable crash is a shallow one.  There's a dependency
between a .h file and the extension module that isn't captured in the
setup.py.  I think you can delete _symtablemodule.o and rebuild -- or
do a make clean.  It should work then.

Jeremy