commit | 89669ffe10a9db6343f6ee42239e412c8ad96bde | [log] [tgz] |
---|---|---|
author | Dong-hee Na <donghee.na92@gmail.com> | Thu Jan 17 21:14:45 2019 +0900 |
committer | Victor Stinner <vstinner@redhat.com> | Thu Jan 17 13:14:45 2019 +0100 |
tree | 5c525e474b70d00eaf8c22fa818a5ab44d446f62 | |
parent | 97e12996f31f6ada4173e2cd4b6807c98ba379a4 [diff] |
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) Add a deprecated warning for the threading.Thread.isAlive() method.