]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Mar 2026 09:22:59 +0000 (11:22 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2026 09:22:59 +0000 (09:22 +0000)
commit52bc5c26a75b4e266f0b37e377c67e05387d27d5
treec55fc4433fa2bc162e8137b1e5487dcd8f8073d2
parente726d28a239e09bfb58a4415358fcb54a4e7de50
[3.13] gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (GH-146634) (GH-146648)

(cherry picked from commit 72d29ea363f1515115753653aeca735a1a817a7f)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Lib/test/test_descr.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-31-01-06-35.gh-issue-146615.fix-method-get.rst [new file with mode: 0644]
Objects/descrobject.c