◐ Shell
clean mode source ↗

gh-139653: Add PyUnstable_ThreadState_SetStackProtection() by vstinner · Pull Request #139668 · python/cpython

@bedevere-app Bot mentioned this pull request

Oct 6, 2025

vstinner

vstinner

@vstinner vstinner marked this pull request as ready for review

October 6, 2025 21:35

markshannon

markshannon

Add PyUnstable_ThreadState_SetStack() and
PyUnstable_ThreadState_ResetStack() functions to set the stack base
address and stack size of a Python thread state.

@vstinner

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Nov 13, 2025

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Nov 14, 2025

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Nov 14, 2025

encukou added a commit to encukou/cpython that referenced this pull request

Nov 17, 2025
…honGH-139668)

Add PyUnstable_ThreadState_SetStackProtection() and
PyUnstable_ThreadState_ResetStackProtection() functions
to set the stack base address and stack size of a Python
thread state.

Co-authored-by: Petr Viktorin <encukou@gmail.com>

hroncok pushed a commit to hroncok/cpython that referenced this pull request

Nov 24, 2025
…hon#139668)

Add PyUnstable_ThreadState_SetStackProtection() and
PyUnstable_ThreadState_ResetStackProtection() functions
to set the stack base address and stack size of a Python
thread state.

Co-authored-by: Petr Viktorin <encukou@gmail.com>
(cherry picked from commit b99db92)

encukou added a commit that referenced this pull request

Nov 25, 2025
…-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>

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request

Dec 6, 2025
…hon#139668)

Add PyUnstable_ThreadState_SetStackProtection() and
PyUnstable_ThreadState_ResetStackProtection() functions
to set the stack base address and stack size of a Python
thread state.

Co-authored-by: Petr Viktorin <encukou@gmail.com>