mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Oops, one pop too many.
This commit is contained in:
parent
fee3a2dd8c
commit
0ae722e0a2
1 changed files with 0 additions and 1 deletions
|
@ -1916,7 +1916,6 @@ com_augassign_attr(struct compiling *c, node *n, int opcode, node *augn)
|
|||
com_addbyte(c, DUP_TOP);
|
||||
com_push(c, 1);
|
||||
com_addopname(c, LOAD_ATTR, n);
|
||||
com_pop(c, 1);
|
||||
com_node(c, augn);
|
||||
com_addbyte(c, opcode);
|
||||
com_pop(c, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue