]> granicus.if.org Git - python/commit
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 12 Aug 2019 17:41:08 +0000 (02:41 +0900)
committerVictor Stinner <vstinner@redhat.com>
Mon, 12 Aug 2019 17:41:08 +0000 (19:41 +0200)
commit44046fe4fc7f00a6eb855b33e6a3f953cf5233a5
treed5d6a257c9860201c1322ff6676e2296fc0c7a96
parentf9590edfeae192ba95aadaee9460dc03a366c51a
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Doc/whatsnew/3.9.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2019-08-12-23-07-47.bpo-37804.Ene6L-.rst [new file with mode: 0644]