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 Roman Bolshakov
Recipients Roman Bolshakov, davin, jnoller, sbt, socketpair
Date 2016-07-06.15:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467818558.07.0.610471438497.issue27151@psf.upfronthosting.co.za>
In-reply-to
Content
multiprocessing.Queue._writer is affected by similar issue. _writer FD is left open after .close() is invoked on a Queue.
History
Date User Action Args
2016-07-06 15:22:38Roman Bolshakovsetrecipients: + Roman Bolshakov, jnoller, socketpair, sbt, davin
2016-07-06 15:22:38Roman Bolshakovsetmessageid: <1467818558.07.0.610471438497.issue27151@psf.upfronthosting.co.za>
2016-07-06 15:22:38Roman Bolshakovlinkissue27151 messages
2016-07-06 15:22:38Roman Bolshakovcreate