]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the func ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 May 2025 01:38:30 +0000 (03:38 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 01:38:30 +0000 (01:38 +0000)
commit3d1b8e2a9671c9a9b152204856c8f086506c3c05
tree3da643e80c760408e7efa34fc3e9b5b0638927e3
parent5daeebbbf2533bbb56f1cc95fa6db9c5efcb5dc5
[3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103) (#133418)

gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103)
(cherry picked from commit 2bbcaedb75942389dacb51866948f40de5951c9c)

Signed-off-by: Manjusaka <me@manjusaka.me>
Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Library/2025-04-29-02-23-04.gh-issue-133089.8Jy1ZS.rst [new file with mode: 0644]