Skip to content

gh-155732: Join the terminated process in test_repr_lock - #155734

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test-repr-lock-dangling
Aug 14, 2026
Merged

gh-155732: Join the terminated process in test_repr_lock#155734
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:test-repr-lock-dangling

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Aug 13, 2026

Copy link
Copy Markdown
Member

Join the process after terminating it.

The process was terminated, but not joined, so it was still reported as
a dangling process.
@bedevere-app bedevere-app Bot added tests Tests in the Lib/test dir awaiting core review labels Aug 13, 2026
@serhiy-storchaka serhiy-storchaka added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Aug 13, 2026
@serhiy-storchaka serhiy-storchaka added needs backport to 3.15 pre-release feature fixes, bugs and security fixes skip news topic-multiprocessing labels Aug 13, 2026

@vstinner vstinner left a comment

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 change does fix the test as expected.

@serhiy-storchaka
serhiy-storchaka merged commit 3c414a5 into python:main Aug 14, 2026
66 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app

bedevere-app Bot commented Aug 14, 2026

Copy link
Copy Markdown

GH-155766 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Aug 14, 2026
@bedevere-app

bedevere-app Bot commented Aug 14, 2026

Copy link
Copy Markdown

GH-155767 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Aug 14, 2026
@bedevere-app

bedevere-app Bot commented Aug 14, 2026

Copy link
Copy Markdown

GH-155768 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Aug 14, 2026
@serhiy-storchaka
serhiy-storchaka deleted the test-repr-lock-dangling branch August 14, 2026 04:51
serhiy-storchaka added a commit that referenced this pull request Aug 14, 2026
…55734) (GH-155767)

The process was terminated, but not joined, so it was still reported as
a dangling process.
(cherry picked from commit 3c414a5)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
mbeijen pushed a commit to mbeijen/cpython that referenced this pull request Aug 14, 2026
…nGH-155734)

The process was terminated, but not joined, so it was still reported as
a dangling process.
serhiy-storchaka added a commit that referenced this pull request Aug 15, 2026
…55734) (GH-155768)

The process was terminated, but not joined, so it was still reported as
a dangling process.
(cherry picked from commit 3c414a5)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to 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