[Python-ideas] Thread.__init__ should call super()
Ilya Kulakov
kulakov.ilya at gmail.com
Fri Oct 27 16:59:01 EDT 2017
More information about the Python-ideas mailing list
Fri Oct 27 16:59:01 EDT 2017
- Previous message (by thread): [Python-ideas] PEP Post-History
- Next message (by thread): [Python-ideas] Thread.__init__ should call super()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): [Python-ideas] PEP Post-History
- Next message (by thread): [Python-ideas] Thread.__init__ should call super()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list