]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668) (...
authorPetr Viktorin <encukou@gmail.com>
Tue, 25 Nov 2025 13:21:53 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 13:21:53 +0000 (14:21 +0100)
commit32a38a25235243ac9fd9962370446acb540d0bac
treecf9ba6624a34f6b8f7530aba772cebe7529280b8
parent11e3fc963627981c0506d23463aca694fdc5af32
[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668)  (#141661)

Co-authored-by: Rok Mandeljc <rok.mandeljc@gmail.com>
Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/exceptions.rst
Doc/c-api/init.rst
Doc/data/python3.14.abi
Doc/whatsnew/3.14.rst
Include/cpython/pystate.h
Include/internal/pycore_pythonrun.h
Include/internal/pycore_tstate.h
Misc/NEWS.d/next/C_API/2025-10-06-22-17-47.gh-issue-139653.6-1MOd.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/ceval.c
Python/pystate.c