]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131998: Fix `NULL` dereference when using an unbound method descriptor...
authorPeter Bierma <zintensitydev@gmail.com>
Tue, 8 Apr 2025 11:02:29 +0000 (07:02 -0400)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 11:02:29 +0000 (11:02 +0000)
commit5911768600f6e7ff16043f9402416f0adf035b02
treecf75bde69ac87180129b1bfd3c2503d46fa33c4d
parenta9bb0092d0a713eb297f8c8001a697c30202f38d
[3.13] gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (GH-132000) (#132262)

(cherry picked from commit ac3c439cdfee8452f2bcceacd67a1f4e423ac3cf)

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