]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterat...
authorOleg Iarygin <oleg@arhadthedev.net>
Sat, 4 Mar 2023 15:26:12 +0000 (19:26 +0400)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 15:26:12 +0000 (20:56 +0530)
commitfe36778968a0fdddada282fbd7e28e8ccd0debe0
treed48878c8dbb6b7848afdee365cadd8a1b01c2a34
parent6c2e052ee07f10a6336bb4de1cef71dbe7d30ee6
[3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896) (#102422)

gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (#101896)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
(cherry picked from commit 705487c6557c3d8866622b4d32528bf7fc2e4204)

Co-authored-by: Raj <51259329+workingpayload@users.noreply.github.com>
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