]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146250: Fix memory leak in re-initialization of `SyntaxError` (GH-146251...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Mar 2026 16:14:58 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 16:14:58 +0000 (16:14 +0000)
commit3c434f7f0f956a11616ec745cff4bb1e4e37a55a
tree8fb5d0bfafd466c2d9cc932906d36c5c97cd68cc
parentec1148556f81c577410fed4c4315640eea3068e0
[3.14] gh-146250: Fix memory leak in re-initialization of `SyntaxError` (GH-146251) (#146517)

Co-authored-by: Brij Kapadia <97006829+bkap123@users.noreply.github.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-21-11-55-16.gh-issue-146250.ahl3O2.rst [new file with mode: 0644]
Objects/exceptions.c