mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Replace non-breaking spaces with normal spaces (#130116)
Using normal spaces in place of non-breaking spaces.
This commit is contained in:
parent
a7d41a8947
commit
798f8d3ea9
13 changed files with 14 additions and 14 deletions
|
|
@ -415,7 +415,7 @@ Make opcodes :opcode:`!JUMP_IF_TRUE_OR_POP` and
|
|||
|
||||
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
|
||||
interpreter loop. The ``f_lasti`` attribute of Python-layer frame objects is
|
||||
preserved for backward-compatibility.
|
||||
|
||||
..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue