]> granicus.if.org Git - python/commit
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Oct 2017 07:44:10 +0000 (10:44 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 07:44:10 +0000 (10:44 +0300)
commitf07e2b64df6304a36fb5e29397d3c77a7ba17704
treeab3e39e6fd0354efc337ed87c068346b16a3f8f9
parent73ffd3f2036179ed54591ef0455e5ba5694ae5bd
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834)
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/import_/test_api.py
Misc/NEWS.d/next/Core and Builtins/2017-10-08-10-00-55.bpo-31642.1IKqgs.rst [new file with mode: 0644]
Python/importlib.h