Skip to content

Commit b1650e0

Browse files
committed
newsfragments
1 parent ddc7edb commit b1650e0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

newsfragments/5711.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add FFI definitions `PyThreadState_GetInterpreter` on Python 3.9+, `PyThreadState_GetID` on Python 3.9+, `PyThreadState_GetUnchecked` (on Python 3.13+), and `compat::PyThreadState_GetUnchecked`.

newsfragments/5711.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correct FFI definition for `PyThreadState_GetFrame` to mark it available with abi3 in 3.10+.

newsfragments/5711.removed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove private FFI definitions `_PyFrameEvalFunction`, `_PyInterpreterState_GetEvalFrameFunc` and `_PyInterpreterState_SetEvalFrameFunc`.

0 commit comments

Comments
 (0)