]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jul 2026 14:15:18 +0000 (16:15 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 14:15:18 +0000 (14:15 +0000)
commit0e8b607a3aee3074d81de9bddabfa1383199f2ed
tree3af968bb3ae22fddbbad3a17c1dddb019d3846fd
parent533746166d9146ec95e0594c963da47d29059fff
[3.14] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154600)

gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784)
(cherry picked from commit 41a087acc2d04c5bc3db93b5367456f05ae400a4)

Co-authored-by: Brij Kapadia <97006829+brijkapadia@users.noreply.github.com>
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