On Fri, 27 Oct 2017 13:59:01 -0700
Ilya Kulakov <kulakov.i...@gmail.com>
wrote:
> 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.

Not to derail this thread, but I find it much clearer to use the
functional form of the Thread class, i.e. to pass the `target` and
`args` constructor parameters.

Regards

Antoine.


_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to