]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35283: Add pending deprecation warning for Thread.isAlive (GH-11604)
authorDong-hee Na <donghee.na92@gmail.com>
Fri, 18 Jan 2019 14:09:43 +0000 (23:09 +0900)
committerVictor Stinner <vstinner@redhat.com>
Fri, 18 Jan 2019 14:09:43 +0000 (15:09 +0100)
commitc2647f2e45d2741fc44fd621966e05d15f2cd26a
tree57c82d4ee5cbd22ebbc726b21c3865a231f09e42
parent5f9a168a313485791d85250e5bf673b66bd51244
bpo-35283: Add pending deprecation warning for Thread.isAlive (GH-11604)

Add a pending deprecated warning for the threading.Thread.isAlive() method.
Lib/test/support/__init__.py
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2019-01-07-17-17-16.bpo-35283.WClosC.rst [new file with mode: 0644]