File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2981,6 +2981,11 @@ New features in the C API
29812981 as arguments to C API functions.
29822982 (Contributed by Sam Gross in :gh: `133164 `.)
29832983
2984+ * Add :c:func: `PyUnstable_ThreadState_SetStack ` and
2985+ :c:func: `PyUnstable_ThreadState_ResetStack ` functions to set the stack base
2986+ address and stack size of a Python thread state.
2987+ (Contributed by Victor Stinner in :gh: `139653 `.)
2988+
29842989
29852990Limited C API changes
29862991---------------------
Original file line number Diff line number Diff line change 1+ Add :c:func: `PyUnstable_ThreadState_SetStack ` and
2+ :c:func: `PyUnstable_ThreadState_ResetStack ` functions to set the stack base
3+ address and stack size of a Python thread state. Patch by Victor Stinner.
You can’t perform that action at this time.
0 commit comments