]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
authorChristian Heimes <christian@python.org>
Mon, 12 Apr 2021 11:12:36 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 11:12:36 +0000 (13:12 +0200)
commit95bbb331ecb3ef5d05859d90b287cc3d27613c86
treee34682d708083b4c2f4bbae5e20f55835a711d8e
parent3447750073aff229b049e4ccd6217db2811dcfd1
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Lib/test/test_asyncio/test_streams.py
Lib/test/test_logging.py
Lib/test/test_telnetlib.py
Tools/ccbench/ccbench.py