]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specia...
authorPeter Bierma <zintensitydev@gmail.com>
Tue, 8 Apr 2025 10:31:43 +0000 (06:31 -0400)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 10:31:43 +0000 (10:31 +0000)
commitac3c439cdfee8452f2bcceacd67a1f4e423ac3cf
treed82077aabcc46b2186b32b25f3341dc0d9605188
parent3eda1460359c7e6af4c5b125a63388635a3ed477
gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (#132000)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Mark Shannon <mark@hotpy.org>
Lib/test/test_types.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-01-22-24-19.gh-issue-131998.DvmZcT.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h