]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131527: Stackref debug borrow checker (#140599)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Wed, 5 Nov 2025 19:12:56 +0000 (22:12 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 19:12:56 +0000 (11:12 -0800)
commit3cb1ab0e5de340861afce50f338b2a9d40b04e68
treef3b5b0d5ab14644ba148340c6682274260774c44
parentbaa9f338971c6a13433a8232db77cd45e6b87b77
gh-131527: Stackref debug borrow checker (#140599)

Add borrow checking to the stackref debug mode

---------

Co-authored-by: mpage <mpage@meta.com>
Include/internal/pycore_stackref.h
Misc/NEWS.d/next/Core_and_Builtins/2025-10-25-21-31-43.gh-issue-131527.V-JVNP.rst [new file with mode: 0644]
Python/stackrefs.c