]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (#132772)
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 21 Apr 2025 21:09:34 +0000 (17:09 -0400)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 21:09:34 +0000 (14:09 -0700)
commitfa70bf85931eff62cb24fb2f5b7e86c1dcf642d0
tree4bc2ce50b61e75227d29dc835a02cc6f494c0be8
parentc8e0b6e6849fc3d93c33050b43fe866391625157
gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (#132772)
Lib/test/test_types.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-21-07-39-59.gh-issue-132747.L-cnej.rst [new file with mode: 0644]
Objects/descrobject.c