]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132952: Speed up startup by importing _io instead of io (#132957)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 28 Apr 2025 15:38:56 +0000 (08:38 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 15:38:56 +0000 (08:38 -0700)
commit58567cc18c5b048e08307b5ba18a9934a395ca42
tree4bdda14e85d14ab4aad1d18bb22df51c6e7f0edc
parent7f16f1bc114ea42ceb51ccb5008b74571a875f6b
gh-132952: Speed up startup by importing _io instead of io (#132957)
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/io.py
Lib/site.py
Lib/test/test_io.py
Lib/test/test_site.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-26-08-49-05.gh-issue-132952.ifvP10.rst [new file with mode: 0644]
Modules/_io/_iomodule.c
Python/pylifecycle.c