[issue40699] Memory leak in threading library with Python 3.6-3.8

STINNER Victor report at bugs.python.org
Fri Sep 24 12:04:39 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

I fail to reproduce the leak using attached script.

I close the issue.

I get constant memory usage on Linux with the main branch of Python (future 3.11):

(...)
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
VmRSS:	   11344 kB
(...)

----------
nosy: +vstinner
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
Added file: https://bugs.python.org/file50304/script.py

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


More information about the Python-bugs-list mailing list