]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (#132632)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Thu, 23 Apr 2026 15:27:02 +0000 (18:27 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 15:27:02 +0000 (15:27 +0000)
commit42d645a7e81e0a5e6e0d35e222a8520450ac28ef
treeb5865d535d273e408f264b6d6b77b8d823800e24
parent435be06dd25a5e4e19014340c4ba873d71051c4c
gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (#132632)

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]