]> granicus.if.org Git - python/commit
Fix private name mangling. The symtable also must do mangles so that
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 23 Oct 2005 18:37:42 +0000 (18:37 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 23 Oct 2005 18:37:42 +0000 (18:37 +0000)
commit8b528b28f15a78c116fc90303194ad8b1476034d
treeb172112938d7e6850dd67217308f21eddfcb7356
parent3a44aaa30fd3f3d39abdbc3608b9f1b08b2443be
Fix private name mangling.  The symtable also must do mangles so that
the scope of names can be correctly determined.
Include/symtable.h
Python/compile.c
Python/symtable.c