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
2981
2981
as arguments to C API functions.
2982
2982
(Contributed by Sam Gross in :gh: `133164 `.)
2983
2983
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
+
2984
2989
2985
2990
Limited C API changes
2986
2991
---------------------
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