]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115733: Fix crash involving exhausted list iterator (#115740)
authorSam Gross <colesbury@gmail.com>
Tue, 20 Feb 2024 20:18:44 +0000 (15:18 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 20:18:44 +0000 (05:18 +0900)
commit520403ed4cdf4890d63403c9cf01ac63233f5ef4
tree5a51e71547cbe711d8e067cdc65bb3fa1631e626
parent494739e1f71f8e290a2c869d4f40f4ea36a045c2
gh-115733: Fix crash involving exhausted list iterator (#115740)

* gh-115733: Fix crash involving exhausted iterator

* Add blurb
Lib/test/list_tests.py
Misc/NEWS.d/next/Core and Builtins/2024-02-20-18-49-02.gh-issue-115733.51Zb85.rst [new file with mode: 0644]
Objects/listobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h