[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

Pablo Galindo Salgado report at bugs.python.org
Fri Oct 11 11:42:52 EDT 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

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

----------
nosy: +pablogsal

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37788>
_______________________________________


More information about the Python-bugs-list mailing list