]> granicus.if.org Git - python/commit
Fix long-standing bug in name mangling for package imports
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 27 Feb 2007 01:01:59 +0000 (01:01 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 27 Feb 2007 01:01:59 +0000 (01:01 +0000)
commit37075c5acee9d25b1d0a8e8a945964a5c0c9b1e1
tree6eb8ff72a357da9010878e003cc8404267fc0689
parentc6a1ef3fe15632e4476a70d80ad4bb5f61dd5953
Fix long-standing bug in name mangling for package imports

Reported by Mike Verdone.
Lib/test/test_compile.py
Python/compile.c