gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator by ionite34 · Pull Request #101769 · python/cpython
ionite34
marked this pull request as ready for review
- Added some comments for dict del usages - Switched to `__builtin__` instead of conditional `__dict__` access - Use kwargs for improved readability
ionite34 added a commit to ionite34/cpython that referenced this pull request
…`__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (pythonGH-101769). (cherry picked from commit 54dfa14) Co-authored-by: Ionite <dev@ionite.io>
ionite34 added a commit to ionite34/cpython that referenced this pull request
…`__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (pythonGH-101769). (cherry picked from commit 54dfa14) Co-authored-by: Ionite <dev@ionite.io>
ionite34 added a commit to ionite34/cpython that referenced this pull request
…`__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (pythonGH-101769). (cherry picked from commit 54dfa14) Co-authored-by: Ionite <dev@ionite.io>
JelleZijlstra pushed a commit that referenced this pull request
JelleZijlstra pushed a commit that referenced this pull request
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request
This was referenced
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request
JelleZijlstra pushed a commit to JelleZijlstra/cpython that referenced this pull request
…ce__` when internal access of `builtins.__dict__` exhausts the iterator (python#101769)