]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Apr 2026 16:32:29 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 16:32:29 +0000 (19:32 +0300)
commit31ba91a35eb2e2a370734cdb4d3d3089a3272048
treee31fd26f301bfa94a272714b884d75477b619da1
parent0f656e26410f92932eef53441baf1cffb23dc4ee
[3.14] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148921)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Lib/json/tool.py
Lib/test/test_json/json_lines.jsonl [new file with mode: 0644]
Lib/test/test_json/test_tool.py
Misc/NEWS.d/next/Library/2025-04-17-15-26-35.gh-issue-132631.IDFZfb.rst [new file with mode: 0644]