]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146011: Fix use-after-free in `signaldict_repr` after deletion (#153784)
authorBrij Kapadia <97006829+brijkapadia@users.noreply.github.com>
Fri, 24 Jul 2026 12:21:43 +0000 (08:21 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 12:21:43 +0000 (12:21 +0000)
commit41a087acc2d04c5bc3db93b5367456f05ae400a4
tree375ad3ce2835f7c8257738de93402fd96f514826
parentda46947470013f3e36221bfc6b73c10725a95c8b
gh-146011: Fix use-after-free in `signaldict_repr` after deletion (#153784)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_decimal.py
Misc/NEWS.d/next/Library/2026-07-15-21-56-40.gh-issue-146011.nWmHif.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c