[Python-Dev] test_symtable failing on Linux

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 27 Feb 2001 17:56:47 -0600 (CST)


test_symtable is failing for me:

    % ./python ../Lib/test/test_symtable.py
    Traceback (most recent call last):
      File "../Lib/test/test_symtable.py", line 7, in ?
	verify(symbols[0].name == "global")
    TypeError: unsubscriptable object

Just cvs up'd about ten minutes ago.

Skip