[issue13090] test_multiprocessing: memory leaks

Antoine Pitrou report at bugs.python.org
Sun Feb 19 20:38:55 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> Regarding the posix_read leak: Running with --num-callers=50 shows
> that it's also thread related:

Would be nice to know if it's a daemon thread. Daemon threads are simply
killed by the OS at shutdown.

----------

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


More information about the Python-bugs-list mailing list