]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
authorPeter Bierma <zintensitydev@gmail.com>
Tue, 21 Oct 2025 12:10:01 +0000 (08:10 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 12:10:01 +0000 (08:10 -0400)
commit71db05a12d9953a96f809d84b4d0d452a464e431
tree05b1235b1cd0899d2b9c6c63f9c8c42b4a5b92b7
parentfe4b60208e4edfdd781eac6b706b29a60be2bb07
gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
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