]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Jul 2025 15:43:16 +0000 (17:43 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Jul 2025 15:43:16 +0000 (15:43 +0000)
commit5b65df7925d0d6c9c837661a5a0348dda4a88ba6
tree9c435a5485a7ccdfd5b188c6ac423bebfc56857b
parent3ea7276a8e9edcf5cc5409448467023a34d4f083
[3.14] gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338) (#136340)

gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338)
(cherry picked from commit d22e073d2b49313bbf42d40cbe74afa2b69385df)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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