]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:00:09 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 14:00:09 +0000 (16:00 +0200)
commitf921edf0f1494af3d5a474b554b451fb6a576996
treed88466970389e3998adc70d2116832c3de275e03
parent3915f1e6c5215a676495aa7c8b3163bb210576f1
[3.15] gh-146011: Fix use-after-free in `signaldict_repr` after deletion (GH-153784) (#154599)

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