Skip to content

[3.13] gh-152548: Add options, env and timeout parameters to runInSubprocess() (GH-155163) - #155231

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-1d90627-3.13
Aug 5, 2026
Merged

[3.13] gh-152548: Add options, env and timeout parameters to runInSubprocess() (GH-155163)#155231
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-1d90627-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

They run the test subprocess with specific interpreter command line options
and environment variables, and limit how long it may take. All are
keyword-only. env is layered over the inherited environment; a None value
unsets a variable. There is no timeout by default.
(cherry picked from commit 1d90627)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com

…rocess() (pythonGH-155163)
They run the test subprocess with specific interpreter command line options
and environment variables, and limit how long it may take. All are
keyword-only. env is layered over the inherited environment; a None value
unsets a variable. There is no timeout by default.
(cherry picked from commit 1d90627)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@serhiy-storchaka
serhiy-storchaka merged commit ad74868 into python:3.13Aug 5, 2026
44 checks passed
@miss-islington
miss-islington deleted the backport-1d90627-3.13 branch August 5, 2026 11:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka