Message217827
> 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". |
|
Date |
User |
Action |
Args |
2014-05-03 19:34:59 | neologix | set | recipients:
+ neologix, terry.reedy, vstinner, akira, hanno |
2014-05-03 19:34:59 | neologix | link | issue20866 messages |
2014-05-03 19:34:59 | neologix | create | |
|