]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Jan 2025 16:48:48 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 16:48:48 +0000 (16:48 +0000)
commitf65aa0d1bf7b636ab8f9d226429205854b24cd7a
tree5fd74b7503568aad9737a4628a428d76b445681b
parent0e54315c319386ad15a6941617858e58a849f657
[3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)

gh-118761: Improve import time of `subprocess` (GH-129427)

* subprocess: lazy import signal and locale to improve module import time
(cherry picked from commit 49f24650e4541456872490ec2b59d6d186204891)

Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
Lib/subprocess.py
Misc/NEWS.d/next/Library/2025-01-29-10-53-32.gh-issue-118761.i8wjpV.rst [new file with mode: 0644]