10000 Add NEWS entry · python/cpython@11653cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 11653cc

Browse files
committed
Add NEWS entry
1 parent 612a8e9 commit 11653cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Renamed `_PyInterpreterFrame` as `_Py_frame` to emphasise its close
2+
association with `PyFrameObject` (they're conceptually the same thing, but
3+
split into a Python object struct and a C data struct as a performance
4+
optimisation).
5+
6+
The `f_` prefix has been removed from all `_Py_frame` fields that previously
7+
used it, so the presence or absence of the prefix provides a way to infer
8+
the exact type of a frame pointer when reading an isolated snippet in a code
9+
diff.

0 commit comments

Comments
 (0)
0