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 pablogsal
Recipients anselm.kruis, koobs, pablogsal, vstinner
Date 2019-10-11.15:42:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570808572.81.0.122611445241.issue37788@roundup.psfhosted.org>
In-reply-to
Content
Hummm....is this really a regression? The docs say:

> No other methods (except for the constructor) should be overridden in a subclass. In other words, only override the __init__() and run() methods of this class.

So if someone is overriding join() they are out of contract
History
Date User Action Args
2019-10-11 15:42:52pablogsalsetrecipients: + pablogsal, vstinner, koobs, anselm.kruis
2019-10-11 15:42:52pablogsalsetmessageid: <1570808572.81.0.122611445241.issue37788@roundup.psfhosted.org>
2019-10-11 15:42:52pablogsallinkissue37788 messages
2019-10-11 15:42:52pablogsalcreate