Skip to content

[3.9] bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) #23315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 16, 2020

Fix the threading.Thread class at fork: do nothing if the thread is
already stopped (ex: fork called at Python exit). Previously, an
error was logged in the child process.
(cherry picked from commit 5909a49)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue42350

Fix the threading.Thread class at fork: do nothing if the thread is
already stopped (ex: fork called at Python exit). Previously, an
error was logged in the child process.
(cherry picked from commit 5909a49)

Co-authored-by: Victor Stinner <[email protected]>
@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ❌ .

@vstinner
Copy link
Member

test_ttk_guionly failed on Ubuntu, twice: https://bugs.python.org/issue42370

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ❌ .

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit cf70854 into python:3.9 Nov 16, 2020
@miss-islington miss-islington deleted the backport-5909a49-3.9 branch November 16, 2020 15:17
@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants