]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 10 Mar 2020 08:14:08 +0000 (17:14 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 08:14:08 +0000 (01:14 -0700)
commitcaec8a0dfbed04bdb8567782fdff7537529d2232
treed7d0b1526d12604386cce861c1d2932ab70a36be
parentcadfe52a006abb46ea0948c6ae2e006064b4a091
[3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894)

(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]