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 vstinner
Recipients martin.panter, neologix, serhiy.storchaka, vstinner
Date 2015-03-03.13:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425388436.52.0.68429347904.issue23570@psf.upfronthosting.co.za>
In-reply-to
Content
> I thought about different solution:

Your solution is different: I would prefer to also ignore broken pipe errors on close(). I'm not sure that close() can raise a BrokenPipeError in practice.
History
Date User Action Args
2015-03-03 13:13:56vstinnersetrecipients: + vstinner, neologix, martin.panter, serhiy.storchaka
2015-03-03 13:13:56vstinnersetmessageid: <1425388436.52.0.68429347904.issue23570@psf.upfronthosting.co.za>
2015-03-03 13:13:56vstinnerlinkissue23570 messages
2015-03-03 13:13:56vstinnercreate