]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784...
authorBrij Kapadia <97006829+brijkapadia@users.noreply.github.com>
Fri, 24 Jul 2026 14:30:01 +0000 (10:30 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 14:30:01 +0000 (14:30 +0000)
commitfa16a75ea52b0847175f8d623eebc7052f8c0379
tree2a10941f9bf7185de89812d0806bc63237a22c4b
parent3871923d65c30cb8cd8306820a6f235547c0bcb4
[3.13] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154607)

* [3.13] 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