Skip to content

Commit ba0d3ed

Browse files
committed
Add What's New / NEWS entry
1 parent bfc8619 commit ba0d3ed

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

29852990
Limited C API changes
29862991
---------------------
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)