bpo-35283: Add a deprecated warning for the threading.Thread.isAlive by corona10 · Pull Request #11454 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

@corona10 corona10 changed the title bpo-35283: Add a _DummyThread.isAlive alias and a deprecated msg. bpo-35283: Add a deprecated warning for the threading.Thread.isAlive

Jan 7, 2019

vstinner

asvetlov

vstinner

vstinner

corona10 added a commit to corona10/cpython that referenced this pull request

Jan 18, 2019
Add a deprecated warning for the threading.Thread.isAlive() method.

(cherry picked from commit 89669ff)

corona10 added a commit to corona10/cpython that referenced this pull request

Jan 18, 2019
…-11454)

Add a deprecated warning for the threading.Thread.isAlive() method..
(cherry picked from commit 89669ff)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>