gh-130555: Fix use-after-free in dict.clear() with embedded values#145268
gh-130555: Fix use-after-free in dict.clear() with embedded values#145268colesbury merged 1 commit intopython:mainfrom
Conversation
|
🤖 New build scheduled with the buildbot fleet by @colesbury for commit d4bc6e8 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F145268%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
|
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
Sorry, @colesbury, I could not cleanly backport this to |
|
Sorry, @colesbury, I could not cleanly backport this to |
…ded values (pythongh-145268) (cherry picked from commit 02288bf) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-145430 is a backport of this pull request to the 3.13 branch. |
…ded values (pythongh-145268) (cherry picked from commit 02288bf) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-145431 is a backport of this pull request to the 3.14 branch. |
PyDict_Clear()due to re-entrancy #130555