]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Thu, 23 Oct 2025 16:00:23 +0000 (19:00 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 16:00:23 +0000 (17:00 +0100)
commit918a9ac9f403c0a79003d0f97c527e444c99456d
tree92c50976ff307d3730f3346793a785ef3053448b
parent61e759c2ee521ccf817293d6150094b618fbeee5
gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)

* Use the same pattern of refcounting for stackrefs as in production build
Include/internal/pycore_stackref.h
Misc/NEWS.d/next/Core_and_Builtins/2025-10-03-17-51-43.gh-issue-139475._684ED.rst [new file with mode: 0644]
Python/stackrefs.c