]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-144381) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Feb 2026 10:30:34 +0000 (11:30 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 10:30:34 +0000 (10:30 +0000)
commit343679ee6ab775c0f93befbb90ff6a236ff4d80f
treea98ea6694f300451e4ff662071981fc1d268da8c
parentc766dda80dc49bd6efb84006f79de0c36c2918c3
[3.14] gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-144381) (#144389)

gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-144381)
(cherry picked from commit 40d07cad38bf3ce60f4ca03f1836e8650fe40df5)

Co-authored-by: Ruiyang Ke <me@ry.ke>
Misc/NEWS.d/next/Library/2026-02-01-15-25-00.gh-issue-144380.U7py_s.rst [new file with mode: 0644]
Modules/_io/bufferedio.c