]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Jan 2025 16:55:24 +0000 (17:55 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 16:55:24 +0000 (16:55 +0000)
commitf502c8f6a6db4be27c97a0e5466383d117859b7f
treee94ccc2e381d20bf1d3354ad9d0217ea70359ab3
parent1883667c314afc74cce8f0e1565da31703e3cc7a
[3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)

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]