STINNER Victor added the comment:

> If a daemon thread is killed while it is blocking on os.read()
> then the bytes object used as the read buffer will never be decrefed.

Ah yes, so another reason to ensure that daemon threads exit normally at Python 
shutdown :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13090>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to