]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextI...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2026 16:41:37 +0000 (18:41 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 16:41:37 +0000 (12:41 -0400)
commit0ba3fcdf2f42ffec7e736595cfa68771e03d8cc2
treed8e75ac8e275c27fd6e546fc9a10258fd185354d
parentabf5016b4dd43dbab84b0be4e85446e645f8c1e1
[3.13] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679) (GH-151872)

(cherry picked from commit 30aeeb375b8f6c1f0eec95f7af60d3d4afa37f33)

Co-authored-by: saber-bit <bryanventura0324@gmail.com>
Lib/_pyio.py
Misc/NEWS.d/next/Library/2026-06-18-23-59-46.gh-issue-151596.5ma144.rst [new file with mode: 0644]