]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 10 Mar 2020 08:30:49 +0000 (17:30 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 08:30:49 +0000 (01:30 -0700)
commit633957d7e3f926e20fed023c635ae2216efd2198
tree2051eec647316e3e0e0905266cf0434a9901ab25
parentae0bafc76d31c496719e0b41a4b30b33ba423ad3
[3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895)

(cherry picked from commit 700cb587303461d5a96456c56902cfdd8ad50e2d)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Automerge-Triggered-By: @vstinner
Lib/json/tool.py
Lib/test/test_json/test_tool.py
Misc/NEWS.d/next/Library/2020-03-05-00-57-49.bpo-39828.yWq9NJ.rst [new file with mode: 0644]