]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] replace dynamic import with 'exec' with importlib.import_module (GH-5433) ...
authorBenjamin Peterson <benjamin@python.org>
Tue, 30 Jan 2018 06:02:09 +0000 (22:02 -0800)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 06:02:09 +0000 (22:02 -0800)
commit88fa79a10a340439ed021fbc4988b6f3e73b2391
tree688fba5d72a49c0eccadb16379dc9490713ce271
parent05f91a42cd9575ef338a67bd04855b44f6ac20c2
[3.6] replace dynamic import with 'exec' with importlib.import_module (GH-5433) (GH-5440)

(cherry picked from commit 77526f05fa788d6fb12f2121fe6b96c130d9b717)
Lib/test/test_hashlib.py