]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 19:30:13 +0000 (21:30 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 19:30:13 +0000 (19:30 +0000)
commite4ae72a6d95148f146aaa0a66cd44da42d43c368
tree37da97a911c551ac5c81d7642c33768e2633c0c5
parent813498411ac74a58ca79ff12b622e63ba5b7a039
[3.13] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148922)

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]