]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
authorBrij Kapadia <97006829+bkap123@users.noreply.github.com>
Fri, 27 Mar 2026 13:59:21 +0000 (09:59 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 13:59:21 +0000 (19:29 +0530)
commit0de4e08a5990e4692feb1b1ea01c303e468a2894
tree4efc038252ad9107541972a8c2c7465dcd617e38
parent5466f57eaddeec7f07a681993b22167e42c9807a
gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
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