Issue37804
Created on 2019-08-09 15:34 by corona10, last changed 2019-08-12 17:42 by vstinner. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 15225 | merged | corona10, 2019-08-12 14:09 | |
| Messages (3) | |||
|---|---|---|---|
| msg349293 - (view) | Author: Dong-hee Na (corona10) * | Date: 2019-08-09 15:34 | |
As we discussed https://bugs.python.org/issue35283. Now is the time to remove Thread.isAlive. If it is okay, I 'd like to work on this issue. |
|||
| msg349455 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-08-12 11:23 | |
Calling threading.isAlive() starts to emit a DeprecationWarning in Python 3.8. I'm ok to remove the alias in Python 3.9. |
|||
| msg349481 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-08-12 17:41 | |
New changeset 44046fe4fc7f00a6eb855b33e6a3f953cf5233a5 by Victor Stinner (Dong-hee Na) in branch 'master': bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225) https://github.com/python/cpython/commit/44046fe4fc7f00a6eb855b33e6a3f953cf5233a5 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-12 17:42:00 | vstinner | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-08-12 17:41:31 | vstinner | set | messages: + msg349481 |
| 2019-08-12 14:09:34 | corona10 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request14949 |
| 2019-08-12 11:23:56 | vstinner | set | title: Remove Thread.isAlive in Python 3.8 -> Remove Thread.isAlive in Python 3.9 |
| 2019-08-12 11:23:54 | vstinner | set | title: Remove Thread.isAlive -> Remove Thread.isAlive in Python 3.8 |
| 2019-08-12 11:23:49 | vstinner | set | messages: + msg349455 |
| 2019-08-09 15:34:39 | corona10 | set | components:
+ Library (Lib) title: Remove isAlive -> Remove Thread.isAlive |
| 2019-08-09 15:34:12 | corona10 | create | |