Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-5909a49-3.9
Nov 16, 2020
Merged

[3.9] bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)#23315
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-5909a49-3.9

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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 vstinner@python.org

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 <vstinner@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@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, good bot.

@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@vstinner

Copy link
Copy Markdown
Member

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

@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@miss-islington

Copy link
Copy Markdown
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
Copy Markdown
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