]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Aug 2022 16:37:15 +0000 (09:37 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Aug 2022 16:37:15 +0000 (17:37 +0100)
commit27f390bc308870732785905b15d72d4811233110
tree7c2a914ca9ce77717cc3852d848e3beef7abcda2
parent58e1fe24c71a865a60bc9975c664dabba77f8588
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)

Automerge-Triggered-By: GH:tiran
(cherry picked from commit 822955c16654c22c10a993f5a94bbb68b857a150)

Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/test_sys.py
Misc/NEWS.d/next/Library/2022-08-19-18-21-01.gh-issue-96125.ODcF1Y.rst [new file with mode: 0644]
Python/thread.c