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 brett.cannon
Recipients asvetlov, brett.cannon, corona10, dmaurer, pitrou, serhiy.storchaka
Date 2018-11-22.19:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542914793.15.0.788709270274.issue35283@psf.upfronthosting.co.za>
In-reply-to
Content
I guess the question is whether any other Python implementation is threadless? E.g. is MicroPython? If it even has threads then I agree about deprecating the module.

But if MicroPython does support threads we should keep the module. That would mean updating all references of isAlive() to is_alive() and adding the name alias since that name aliasing still exists in 'master' right now (probably for Python 2 porting support): https://github.com/python/cpython/blob/3bb183d7fb83ad6a84ec13dea90f95d67be35c69/Lib/threading.py#L1094

@dmaurer totally understand about time restraints, but do realize even "trivial" fixes like this would still take at least an hour to do a proper job so there's no guarantee someone will get around to fixing this. But if you do change your mind and want to give it a try, then https://devguide.python.org/ is there to help.
History
Date User Action Args
2018-11-22 19:26:33brett.cannonsetrecipients: + brett.cannon, dmaurer, pitrou, asvetlov, serhiy.storchaka, corona10
2018-11-22 19:26:33brett.cannonsetmessageid: <1542914793.15.0.788709270274.issue35283@psf.upfronthosting.co.za>
2018-11-22 19:26:33brett.cannonlinkissue35283 messages
2018-11-22 19:26:33brett.cannoncreate