]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338)
authorKumar Aditya <kumaraditya@python.org>
Sun, 6 Jul 2025 15:18:11 +0000 (20:48 +0530)
committerGitHub <noreply@github.com>
Sun, 6 Jul 2025 15:18:11 +0000 (15:18 +0000)
commitd22e073d2b49313bbf42d40cbe74afa2b69385df
tree2387f3bb3cc70a5884ec4731fe711364c0520838
parent06e347b84648f3f8e144e8f70671d610da082b77
gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338)
Misc/NEWS.d/next/Core_and_Builtins/2025-07-06-14-53-19.gh-issue-109700.KVNQQi.rst [new file with mode: 0644]
Objects/dictobject.c