gh-101765: Fix refcount issues in list and unicode pickling#102265
gh-101765: Fix refcount issues in list and unicode pickling#102265JelleZijlstra merged 1 commit into
Conversation
|
🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit b8ad59e 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
Sorry, something went wrong.
iritkatriel
left a comment
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks @JelleZijlstra for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
Sorry, @JelleZijlstra, I could not cleanly backport this to |
Sorry, something went wrong.
|
Sorry @JelleZijlstra, I had trouble checking out the |
Sorry, something went wrong.
|
Working on the backports |
Sorry, something went wrong.
…ing (pythonGH-102265) Followup from pythonGH-101769.. (cherry picked from commit d71edbd) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
…ing (pythonGH-102265) Followup from pythonGH-101769.. (cherry picked from commit d71edbd) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Followup from #101769.
__reduce__can segfault if accessing__builtins__.__dict__['iter']mutates the iter object #101765