]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator...
authorRaj <51259329+workingpayload@users.noreply.github.com>
Sat, 4 Mar 2023 14:21:29 +0000 (19:51 +0530)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 14:21:29 +0000 (19:51 +0530)
commit705487c6557c3d8866622b4d32528bf7fc2e4204
treeb9f348ce98df6e03549d282dab6b0a49b93863d1
parentb022250e67449e0bc49a3c982fe9e6a2d6a7b71a
gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (#101896)

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