]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops, one pop too many.
authorThomas Wouters <thomas@python.org>
Sun, 27 Aug 2000 19:01:33 +0000 (19:01 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 27 Aug 2000 19:01:33 +0000 (19:01 +0000)
Python/compile.c

index 0bfae149941b6e58e80eac7f86e1f95029789451..e8462c653961384ee825b2ed375f9fb4f6e5543a 100644 (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);