Oops, one pop too many.

This commit is contained in:
Thomas Wouters 2000-08-27 19:01:33 +00:00
parent fee3a2dd8c
commit 0ae722e0a2
1 changed files with 0 additions and 1 deletions

View File

@ -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);