]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when...
authorIonite <dev@ionite.io>
Sat, 25 Feb 2023 03:50:53 +0000 (22:50 -0500)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2023 03:50:53 +0000 (19:50 -0800)
commit9f472f81bc2636eda212c12796b8d6581783bcef
tree55e89ad5142c112bc8ff0c63af7c5a62b5f6f1df
parent3e80d21b7673edf70753e14d88907c60bc6970c3
[3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (GH-101769) (#102229)

(cherry picked from commit 54dfa14c5a94b893b67a4d9e9e403ff538ce9023)
Lib/test/test_iter.py
Misc/NEWS.d/next/Core and Builtins/2023-02-10-07-21-47.gh-issue-101765.MO5LlC.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/tupleobject.c
Objects/unicodeobject.c