]> granicus.if.org Git - python/commit
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Mar 2018 08:52:37 +0000 (10:52 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Mar 2018 08:52:37 +0000 (10:52 +0200)
commit4e2442505c5e9eec396dcef4d2e6bdd2b6f92fc9
treeac8cbbdae9d8772f84254b79d8da9f6df1a2e2b6
parentb931bd0a2fe7e9293339019352baf3317166b769
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Lib/importlib/_bootstrap.py
Misc/NEWS.d/next/Core and Builtins/2018-02-25-10-52-40.bpo-32946.Lo09rG.rst [new file with mode: 0644]
Python/import.c
Python/importlib.h