Skip to content

Commit 670b94b

Browse files
committed
Update NEWS
1 parent 90a4c5a commit 670b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Replace the ``f_lasti`` member of the internal ``_PyInterpreterFrame`` structure with a ``next_instr`` pointer, which reduces overhead in the main interpreter loop. The ``f_lasti`` attribute of Python-layer frame objects is preserved for backward-compatibility.
1+
Replace the ``f_lasti`` member of the internal ``_PyInterpreterFrame`` structure with a ``prev_instr`` pointer, which reduces overhead in the main interpreter loop. The ``f_lasti`` attribute of Python-layer frame objects is preserved for backward-compatibility.

0 commit comments

Comments
 (0)