[docs] [issue34172] multiprocessing.Pool and ThreadPool leak resources after being deleted
STINNER Victor
report at bugs.python.org
Tue Dec 4 20:37:36 EST 2018
STINNER Victor <vstinner at redhat.com> added the comment:
multiprocessing should help the developer to detect when the API is misused. For example, emit a ResourceWarning if a pool is not released explicitly. It might help to detect such bugs:
* bpo-33676
* bpo-35413
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34172>
_______________________________________
More information about the docs
mailing list