]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59705: Set OS thread name when Thread.name is changed (#127702)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Dec 2024 16:33:11 +0000 (17:33 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 16:33:11 +0000 (17:33 +0100)
commitc91ccbe4ac0ec15c503521f539b3528db85871b4
treef96337c4bcde0b6832fc4d49c713261d680e1d9b
parent9af96f440618304e7cc609c246e1f8c8b2d7a119
gh-59705: Set OS thread name when Thread.name is changed (#127702)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/library/threading.rst
Lib/test/test_threading.py
Lib/threading.py
Modules/_threadmodule.c