mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix List_Append
description, list is extracted at TOS1[-i] (GH-21465)
This commit is contained in:
parent
37a06cbe5c
commit
34cd3e9f6a
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ the original TOS1.
|
|||
|
||||
.. opcode:: LIST_APPEND (i)
|
||||
|
||||
Calls ``list.append(TOS[-i], TOS)``. Used to implement list comprehensions.
|
||||
Calls ``list.append(TOS1[-i], TOS)``. Used to implement list comprehensions.
|
||||
|
||||
|
||||
.. opcode:: MAP_ADD (i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue