]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41833: threading.Thread now uses the target name (GH-22357)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Sep 2020 21:21:19 +0000 (23:21 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 21:21:19 +0000 (23:21 +0200)
commit98c16c991d6e70a48f4280a7cd464d807bdd9f2b
treefce606ea267df285b5c1149fea97340389701b8b
parent2e4dd336e5b50fd30947fdecb605ddcd71f7f6f5
bpo-41833: threading.Thread now uses the target name (GH-22357)
Doc/library/threading.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2020-09-22-13-51-14.bpo-41833.6HVDjT.rst [new file with mode: 0644]