[issue33603] Subprocess Thread handles grow with each call and aren't released [Windows]

Giampaolo Rodola' report at bugs.python.org
Wed May 23 07:56:16 EDT 2018


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

FYI, there's psutil.Process().num_handles() which you can use to count handles before and after subprocess invocation.

----------

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


More information about the Python-bugs-list mailing list