]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
get the symtable module back in working order
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 17:13:26 +0000 (17:13 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 17:13:26 +0000 (17:13 +0000)
commit7dd854725b0ecdd47b3818fe12ce2a3f9948f3ce
treeb4a2204aaaa70dee7e084136dad7a5115e9432e6
parentfd7c43e7be2bb6828e5bddb323e19bea94cbfb7b
get the symtable module back in working order
- Fix broken functions
- Add (hopefully) extensive tests
- Modernize a little
Lib/symtable.py
Lib/test/test_symtable.py
Modules/symtablemodule.c