]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argum...
authorsunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Tue, 31 Mar 2026 07:48:02 +0000 (15:48 +0800)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2026 07:48:02 +0000 (10:48 +0300)
commit72d29ea363f1515115753653aeca735a1a817a7f
treececfc0bcf23144cfba54dd80be7dbae849ed9414
parent70d1b08a4bb52652094c3eb69e36223ecd8b8075
gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (GH-146634)
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