]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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 08:20:00 +0000 (10:20 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2026 08:20:00 +0000 (08:20 +0000)
commited557e6a5f849e6a93113d2bbe7a9416450f4fcf
tree0d5f1bdecf88a76be4bda5b1b1866fb2f03f7123
parent99f333de7f0f62baca0649af6ea6673f81e56e9e
[3.14] gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (GH-146634) (GH-146647)

(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