]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411...
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 22 Oct 2025 01:07:32 +0000 (21:07 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Oct 2025 01:07:32 +0000 (01:07 +0000)
commit69230d1c561579087e47da8b98bb0f0ba54d7b21
treeb97370aefd958a9c3836e188be8652b40fdc3d31
parentdf35beb6de43066b3321e00e7e764ef7cf641bce
[3.13] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411) (GH-140441)

* gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)

(cherry picked from commit 71db05a12d9953a96f809d84b4d0d452a464e431)
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