mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
5 lines
242 B
ReStructuredText
5 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.
|