Message330280
Well, to satisfy everybody we need to:
1. Implement `isAlive` for dummy thread
2. Add a deprecation warning for both Thread.isAlive and _DummyThread.isAlive
3. Remove isAlive in future Python release (3.8 for the deprecation, 3.8+2 for removal).
4. Backporting the property down to 3.7 and 3.6 doesn't hurt, let's do it
Did I miss something? |
|
| Date |
User |
Action |
Args |
| 2018-11-22 20:11:08 | asvetlov | set | recipients:
+ asvetlov, brett.cannon, dmaurer, pitrou, pmpp, serhiy.storchaka, corona10 |
| 2018-11-22 20:11:08 | asvetlov | set | messageid: <[email protected]> |
| 2018-11-22 20:11:08 | asvetlov | link | issue35283 messages |
| 2018-11-22 20:11:08 | asvetlov | create | |
|