◐ Shell
clean mode source ↗

[3.12] gh-119727: Add --single-process option to regrtest (GH-119728) by hugovk · Pull Request #130359 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@hugovk

@hugovk hugovk commented

Feb 20, 2025

edited

Loading

Copy link Copy Markdown

Member

(cherry picked from commit 4e8aa32)

To test: verify ./python.exe -m test -j10 --single-process runs with a single process, ignoring -j10.

…onGH-119728)

(cherry picked from commit 4e8aa32)

Co-authored-by: Victor Stinner <vstinner@python.org>

@vstinner vstinner left a comment

edited

Loading

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The code looks good to me, I didn't test the change.

hugovk reacted with thumbs up emoji

@hugovk hugovk enabled auto-merge (squash)

February 20, 2025 15:38

@hugovk hugovk merged commit ecfca20 into python:3.12

Feb 20, 2025

@hugovk hugovk deleted the backport-4e8aa32-3.12 branch

February 20, 2025 15:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@hugovk @vstinner