Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

[3.10] bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)#28588

Merged
miss-islington merged 1 commit into
python:3.10python/cpython:3.10from
miss-islington:backport-95d3137-3.10miss-islington/cpython:backport-95d3137-3.10Copy head branch name to clipboard
Sep 27, 2021
Merged

[3.10] bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)#28588
miss-islington merged 1 commit into
python:3.10python/cpython:3.10from
miss-islington:backport-95d3137-3.10miss-islington/cpython:backport-95d3137-3.10Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 27, 2021

Copy link
Copy Markdown
Contributor

Fix the threading._shutdown() function when the threading module was
imported first from a thread different than the main thread: no
longer log an error at Python exit.
(cherry picked from commit 95d3137)

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

https://bugs.python.org/issue1596321

…28549)

Fix the threading._shutdown() function when the threading module was
imported first from a thread different than the main thread: no
longer log an error at Python exit.
(cherry picked from commit 95d3137)

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

@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 ✅ .

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

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.