]> granicus.if.org Git - python/commit
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Aug 2016 19:51:21 +0000 (22:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Aug 2016 19:51:21 +0000 (22:51 +0300)
commit133138a284be1985ebd9ec9014f1306b9a425d98
tree15d5ad35ad76c65f88cb739100ff152194e96ef8
parentcde03fa0381fcb7f7d3ba0dff4e784eade1f3031
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Include/pystate.h
Misc/NEWS
Python/ceval.c
Python/import.c
Python/pylifecycle.c
Python/pystate.c