]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Mar 2023 14:46:17 +0000 (06:46 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 14:46:17 +0000 (06:46 -0800)
commit06a3bb8c9416a53018ea23414d6018764a9e2845
tree3b95a3faac050cd441fc3b70ea30671dabd40dee
parent00791f23b78cc61d732ef4a6386c9ce255113c3e
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896)

(cherry picked from commit 705487c6557c3d8866622b4d32528bf7fc2e4204)

Co-authored-by: Raj <51259329+workingpayload@users.noreply.github.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Lib/test/test_iter.py
Misc/NEWS.d/next/Library/2023-02-14-09-08-48.gh-issue-101892.FMos8l.rst [new file with mode: 0644]
Objects/iterobject.c