[Python-Dev] Python 2.1 RC1 - symtable.py problems

Neal Norwitz pychecker@metaslash.com
Mon, 16 Apr 2001 13:52:25 -0400


Sorry, I didn't get this in the first batch.  PyChecker crashed on symtable.py and I didn't fix it until now.

/home/neal/local/lib/python2.1/symtable.py:100 Invalid arguments to (bool), got 0, expected 1
/home/neal/local/lib/python2.1/symtable.py:193 No attribute (flag) found
	(should be __flags?)
/home/neal/local/lib/python2.1/symtable.py:196 No global (DEF_STARSTAR) found
	(should be DEF_DOUBLESTAR?)

Neal