[Python-ideas] Thread.__init__ should call super()

Ilya Kulakov kulakov.ilya at gmail.com
Fri Oct 27 16:59:01 EDT 2017


Since one of the legit use-cases of using the Thread class is subclassing,
I think it's __init__ should call super() to support cooperative inheritance.

Or perhaps there is a good reason for not doing so?

Best Regards,
Ilya Kulakov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20171027/693ddcae/attachment.html>


More information about the Python-ideas mailing list