]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add preliminary module symbol table constructor
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:35:35 +0000 (04:35 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:35:35 +0000 (04:35 +0000)
commit8b966dcf0328c20e58a728f8ade279543c40dbc4
tree36e45a9ea01628fd9166f3cd6599da2f8653ae1d
parent0e8468c8baffd5696cdaf83d5829262e3934d81d
Add preliminary module symbol table constructor
Lib/compiler/symbols.py [new file with mode: 0644]
Tools/compiler/compiler/symbols.py [new file with mode: 0644]