]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal...
authorIonite <dev@ionite.io>
Fri, 24 Feb 2023 23:02:04 +0000 (18:02 -0500)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 23:02:04 +0000 (15:02 -0800)
commit54dfa14c5a94b893b67a4d9e9e403ff538ce9023
tree1b8e158aa5869aeb24749ebcd7390afdd114994e
parent89b4c1205327cc8032f4a39e3dfbdb59009a0704
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (#101769)
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