]> granicus.if.org Git - python/commit
Close #15386: There was a loophole that meant importlib.machinery and imp would somet...
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 20 Jul 2012 13:40:09 +0000 (23:40 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 20 Jul 2012 13:40:09 +0000 (23:40 +1000)
commitbe7e49fd820318509cd8b4dbde479c552f74ef62
tree856c3693092233495f1ecadbd90c0b7e085cc70d
parent818b1186f9459646a4ad7015ed45ce9dfea0fa55
Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap
Lib/importlib/__init__.py
Lib/pkgutil.py
Lib/runpy.py
Lib/test/regrtest.py
Lib/test/test_import.py