This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Henrique Andrade, pablogsal
Date 2018-03-15.23:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521156374.87.0.467229070634.issue33081@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-15 23:26:14pablogsalsetrecipients: + pablogsal, Henrique Andrade
2018-03-15 23:26:14pablogsalsetmessageid: <1521156374.87.0.467229070634.issue33081@psf.upfronthosting.co.za>
2018-03-15 23:26:14pablogsallinkissue33081 messages
2018-03-15 23:26:14pablogsalcreate