]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90344: replace single-call `io.IncrementalNewlineDecoder` usage with non-increment...
authorGuo Ci <zguoci@gmail.com>
Sat, 15 Nov 2025 00:13:37 +0000 (19:13 -0500)
committerGitHub <noreply@github.com>
Sat, 15 Nov 2025 00:13:37 +0000 (00:13 +0000)
commit453d886f8592d2f4346d5621b1e4ff31c24338d5
tree5a9657ee8a63f5cf919a0d36bc694250d85e3df7
parentf0a8bc737ab2f04d4196eee154cb1e17e26ad585
GH-90344: replace single-call `io.IncrementalNewlineDecoder` usage with non-incremental newline decoders (GH-30276)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Lib/doctest.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/test_abc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-31-14-03-42.gh-issue-90344.gvZigO.rst [new file with mode: 0644]