]> granicus.if.org Git - python/commit
Fix PyErr_Format() call (missing exception class).
authorWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 16:12:10 +0000 (16:12 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 16:12:10 +0000 (16:12 +0000)
commit3ef72bb0a9b2e648537f0334a0d86fea0a21af04
treec50452c4f6be8c7ce4ad6a6b4925c509e6ffcf8e
parente42109d79c3d06304e7364e7f60ea58b8b831412
Fix PyErr_Format() call (missing exception class).

Remove unused variable.
Python/symtable.c