commit | 49f8d8b016b030b7501ce8dc2babe5dfc14985e9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sat Apr 14 21:50:00 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sat Apr 14 21:50:00 2012 -0400 |
tree | 8ae9126a13aa37da0d7d53e914e5e20864cb5c47 | |
parent | 59f9c3affc68611ef871212ab17d086c33107d82 [diff] |
Handle importing pkg.mod by executing __import__('mod', {'__packaging__': 'pkg', level=1) w/o properly (and thus not segfaulting).