]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13591: import_module potentially imports a module twice.
authorMeador Inge <meadori@gmail.com>
Thu, 15 Dec 2011 04:27:28 +0000 (22:27 -0600)
committerMeador Inge <meadori@gmail.com>
Thu, 15 Dec 2011 04:27:28 +0000 (22:27 -0600)
commitd7afeeeb8dc8b4e2e59951a15b68f362282d447e
tree6e05ec5b94407e928228641563b41a47184137ee
parentabbcd0872fc970bb83d8ff5f0f09ca988c172360
parent416f12ddb3b7d780bb75563414b88b32c0cf7e67
Issue #13591: import_module potentially imports a module twice.
Lib/importlib/_bootstrap.py
Misc/NEWS