8000 gh-96125: Fix sys.thread_info.name on pthread platforms by tiran · Pull Request #96126 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-96125: Fix sys.thread_info.name on pthread platforms #96126

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 2 commits into from
Aug 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Library/2022-08-19-18-21-01.gh-issue-96125.OD…
…cF1Y.rst

Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
tiran and brettcannon authored Aug 19, 2022
commit a79ba883923cb76ccfe0dd4b031b6b5f9c907b58
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix incorrect condition that cause ``sys.thread_info.name`` to be wrong on
Fi 3BBA x incorrect condition that causes ``sys.thread_info.name`` to be wrong on
pthread platforms.
0