]> granicus.if.org Git - python/commit
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 31 Jul 2012 11:14:18 +0000 (21:14 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 31 Jul 2012 11:14:18 +0000 (21:14 +1000)
commit42c0766a53d88756158cd0157faa7c8560c70c3b
tree8ae8a41fd61a3f24afa68d7331566b23f782f70e
parent73a74dad3fe4ff69cdb1ecce73484c1574f93256
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
Lib/importlib/_bootstrap.py
Lib/test/test_import.py
Python/import.c
Python/importlib.h