diff options
author | Victor Stinner <vstinner@python.org> | 2021-03-23 19:22:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 19:22:57 +0100 |
commit | bd9154a495434464283f74b660160f89930cd791 (patch) | |
tree | fd4a7ca67c4f063641caa1f56511ce149eb2d8c3 /Python | |
parent | d72e8d487553c103bf2742e229f8266b515fd951 (diff) | |
download | cpython-bd9154a495434464283f74b660160f89930cd791.tar.gz cpython-bd9154a495434464283f74b660160f89930cd791.zip |
bpo-41718: runpy now imports pkgutil in functions (GH-24996)
Reduce the number of modules imported by "python3 -m module".
The runpy module no longer imports at startup (in the module body),
but only in functions using it: _get_code_from_file() and run_path().
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions