This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients asvetlov, brett.cannon, corona10, dmaurer, pitrou, pmpp, serhiy.storchaka
Date 2018-12-03.09:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543827625.65.0.788709270274.issue35283@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I am going to solve this issue through below process.

1. Implement `isAlive` for dummy thread
2. Updating docstrings to recommend use is_alive() instead of isAlive().
3. Add a deprecation warning for both Thread.isAlive and _DummyThread.isAlive
4. Remove isAlive in future Python release (3.8 for the deprecation, 3.8+2 for removal).
5. Backporting the property down to 3.7 and 3.6 doesn't hurt, let's do it

Is it okay?
History
Date User Action Args
2018-12-03 09:00:25corona10setrecipients: + corona10, brett.cannon, dmaurer, pitrou, asvetlov, pmpp, serhiy.storchaka
2018-12-03 09:00:25corona10setmessageid: <1543827625.65.0.788709270274.issue35283@psf.upfronthosting.co.za>
2018-12-03 09:00:25corona10linkissue35283 messages
2018-12-03 09:00:25corona10create