mirror of
https://github.com/python/cpython.git
synced 2025-12-07 13:50:06 +00:00
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>
4 lines
242 B
ReStructuredText
4 lines
242 B
ReStructuredText
Add :c:func:`PyUnstable_ThreadState_SetStackProtection` and
|
|
:c:func:`PyUnstable_ThreadState_ResetStackProtection` functions to set the
|
|
stack protection base address and stack protection size of a Python thread
|
|
state. Patch by Victor Stinner.
|