]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess...
authorNadeshiko Manju <me@manjusaka.me>
Mon, 5 May 2025 01:15:31 +0000 (09:15 +0800)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 01:15:31 +0000 (01:15 +0000)
commit2bbcaedb75942389dacb51866948f40de5951c9c
tree653df3a0075990aae5695d7b61addfc47a062062
parent51d2459e4d70e9a6551d053b2492f9405a6d9f17
gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103)

Signed-off-by: Manjusaka <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]