]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Oct 2025 12:35:31 +0000 (14:35 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 12:35:31 +0000 (12:35 +0000)
commitc0f0eca4dac61f13b7d6c29c91853474a8b31b80
tree6c53037889d12ad59e3e7f47367e4b4d75dab50e
parent98d4c21c09030e7ec4dfb4a0e726c14202b6e3c3
[3.14] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411) (GH-140417)

gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
(cherry picked from commit 71db05a12d9953a96f809d84b4d0d452a464e431)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-21-06-51-50.gh-issue-140406.0gJs8M.rst [new file with mode: 0644]
Objects/typeobject.c