]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:29:16 +0000 (11:29 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 10:29:16 +0000 (10:29 +0000)
commit51fccc6059d7efb866ddf506d1721bcef8292926
tree7e8b992c373c53ea1f88c815d9d510edf760484c
parent78a37d521e0d99b0ff470c05f4f93b3a7cb56576
[3.13] gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-144381) (#144390)

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