]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually...
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 21 Apr 2025 21:38:51 +0000 (17:38 -0400)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 21:38:51 +0000 (21:38 +0000)
commitbb59fdec7184227c27715316de0f40c5aa61c326
tree3f67e01c787d571fab994d77076c9170210576e5
parentd8b9011702443bb57579f8834f3effe58e290dfc
[3.13] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (GH-132772) (#132786)

(cherry picked from commit fa70bf85931eff62cb24fb2f5b7e86c1dcf642d0)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
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