[issue13090] test_multiprocessing: memory leaks

STINNER Victor report at bugs.python.org
Mon Nov 18 09:45:45 CET 2013


STINNER Victor added the comment:

If the result of os.read() was stored in a Python daemon thread, the memory should be released since the following changeset. Can someone check if this issue still exist?

changeset:   87070:c2a13acd5e2b
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Nov 12 16:37:55 2013 +0100
files:       Lib/test/test_threading.py Misc/NEWS Python/pythonrun.c
description:
Close #19466: Clear the frames of daemon threads earlier during the Python
shutdown to call objects destructors. So "unclosed file" resource warnings are
now corretly emitted for daemon threads.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13090>
_______________________________________


More information about the Python-bugs-list mailing list