[issue39828] json.tool should catch BrokenPipeError

2020-10-10 Thread Zhiming Wang
Change by Zhiming Wang : -- nosy: +zmwangx nosy_count: 5.0 -> 6.0 pull_requests: +21618 pull_request: https://github.com/python/cpython/pull/22643 ___ Python tracker ___

[issue39828] json.tool should catch BrokenPipeError

2020-03-10 Thread STINNER Victor
STINNER Victor added the comment: Thanks Dong-hee Na for the fix. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39828] json.tool should catch BrokenPipeError

2020-03-10 Thread miss-islington
miss-islington added the comment: New changeset 633957d7e3f926e20fed023c635ae2216efd2198 by Dong-hee Na in branch '3.7': [3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895) https://github.com/python/cpython/commit/633957d7e3f926e20fed023c635ae2216efd2198

[issue39828] json.tool should catch BrokenPipeError

2020-03-10 Thread miss-islington
miss-islington added the comment: New changeset caec8a0dfbed04bdb8567782fdff7537529d2232 by Dong-hee Na in branch '3.8': [3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894) https://github.com/python/cpython/commit/caec8a0dfbed04bdb8567782fdff7537529d2232

[issue39828] json.tool should catch BrokenPipeError

2020-03-10 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18252 pull_request: https://github.com/python/cpython/pull/18895 ___ Python tracker ___

[issue39828] json.tool should catch BrokenPipeError

2020-03-10 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +18251 pull_request: https://github.com/python/cpython/pull/18894 ___ Python tracker ___

[issue39828] json.tool should catch BrokenPipeError

2020-03-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 700cb587303461d5a96456c56902cfdd8ad50e2d by Dong-hee Na in branch 'master': bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) https://github.com/python/cpython/commit/700cb587303461d5a96456c56902cfdd8ad50e2d --

[issue39828] json.tool should catch BrokenPipeError

2020-03-04 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-39851: "tarfile: Exception ignored in (... stdout ...) BrokenPipeError" which is a different but similar issue. -- ___ Python tracker

[issue39828] json.tool should catch BrokenPipeError

2020-03-04 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch nosy: +corona10 nosy_count: 3.0 -> 4.0 pull_requests: +18135 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18779 ___ Python tracker

[issue39828] json.tool should catch BrokenPipeError

2020-03-02 Thread Hakan
Hakan added the comment: I'd like to work on this issue but what should it do when it captures that error. -- nosy: +hakancelik ___ Python tracker ___

[issue39828] json.tool should catch BrokenPipeError

2020-03-02 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39828] json.tool should catch BrokenPipeError

2020-03-02 Thread STINNER Victor
New submission from STINNER Victor : The json.tool module doesn't catch BrokenPipeError: --- $ echo "{}" | python3 -m json.tool | true BrokenPipeError: [Errno 32] Broken pipe During handling of the above exception, another exception occurred: Traceback (most recent call