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

(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/genericaliasobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/tupleobject.c
Objects/unicodeobject.c