commit | c2647f2e45d2741fc44fd621966e05d15f2cd26a | [log] [tgz] |
---|---|---|
author | Dong-hee Na <donghee.na92@gmail.com> | Fri Jan 18 23:09:43 2019 +0900 |
committer | Victor Stinner <vstinner@redhat.com> | Fri Jan 18 15:09:43 2019 +0100 |
tree | 57c82d4ee5cbd22ebbc726b21c3865a231f09e42 | |
parent | 5f9a168a313485791d85250e5bf673b66bd51244 [diff] |
bpo-35283: Add pending deprecation warning for Thread.isAlive (GH-11604) Add a pending deprecated warning for the threading.Thread.isAlive() method.