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 neologix
Recipients akira, hanno, neologix, terry.reedy, vstinner
Date 2014-05-03.19:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM31_d+frdPL2kg5ULCGsgx56S9XdkekHa=tD4FyCkcTfw@mail.gmail.com>
In-reply-to <1399122839.53.0.417670449026.issue20866@psf.upfronthosting.co.za>
Content
> I can reproduce the crash. It occurs at the line "fd.write(data)". It looks like the crash occurs in the C function fwrite() which doesn't handle EPIPE / SIGPIPE correctly.

Wouldn't be the first time.

Note that in Python 3, we don't fopen/fwrite anymore, so Python 3
isn't affected.

I suggest closing as "won't fix".
History
Date User Action Args
2014-05-03 19:34:59neologixsetrecipients: + neologix, terry.reedy, vstinner, akira, hanno
2014-05-03 19:34:59neologixlinkissue20866 messages
2014-05-03 19:34:59neologixcreate