File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1404,8 +1404,8 @@ iterations of the loop.
1404
1404
1405
1405
.. opcode :: LOAD_FAST_BORROW (var_num)
1406
1406
1407
- Pushes a borrowed reference to the local ``co_varnames[var_num] `` onto the stack
1408
- in free-threaded builds. In default builds this is identical to `` LOAD_FAST `` .
1407
+ Pushes a borrowed reference to the local ``co_varnames[var_num] `` onto the
1408
+ stack .
1409
1409
1410
1410
.. versionadded :: 3.14
1411
1411
@@ -1420,8 +1420,7 @@ iterations of the loop.
1420
1420
.. opcode :: LOAD_FAST_BORROW_LOAD_FAST_BORROW (var_nums)
1421
1421
1422
1422
Pushes borrowed references to ``co_varnames[var_nums >> 4] `` and
1423
- ``co_varnames[var_nums & 15] `` onto the stack in free-threaded builds. This is
1424
- identical to ``LOAD_FAST_LOAD_FAST `` in default builds.
1423
+ ``co_varnames[var_nums & 15] `` onto the stack.
1425
1424
1426
1425
.. versionadded :: 3.14
1427
1426
You can’t perform that action at this time.
0 commit comments