]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a scoping issue where an UnboundLocalError was triggered if a
authorBrett Cannon <brett@python.org>
Sat, 25 Jun 2016 17:47:53 +0000 (10:47 -0700)
committerBrett Cannon <brett@python.org>
Sat, 25 Jun 2016 17:47:53 +0000 (10:47 -0700)
commite92dc9c23da8cb11f922f28353e6a58928aa5c71
treee69b676b8236c0adde0f45fb2ee79c458771f178
parent559ad5d401229399e7bc887b62a87d9f69206fa6
Fix a scoping issue where an UnboundLocalError was triggered if a
lazy-loaded module was already in sys.modules.
Lib/importlib/util.py
Lib/test/test_importlib/test_lazy.py
Misc/NEWS