]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Sep 2024 13:18:01 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 13:18:01 +0000 (15:18 +0200)
commite443187fce52db1a757c672389256e69972df40d
tree91826c15bc9fc2971d3155ed00bfec32dd276e0b
parentc787a5161ca147cb8f9867c3a61b7ab4edf6c2a7
[3.13] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703) (GH-123774)

(cherry picked from commit 853588e24c907be158b3a08601797ea5b47a0eba)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Misc/NEWS.d/next/Library/2024-09-04-18-23-43.gh-issue-123657.Oks4So.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c