Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

Is not leaked as the object is still alive. Only one side is closed when you 
call "closed". If you destroy the object:

>>> del x

You will see that there are no more file descriptors in /proc/PID/fd associated 
with that queue.

Also, notice that closed() is called when the queue is destroyed.

----------
nosy: +pablogsal

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

Reply via email to