Commit 0ae722e0 authored by Thomas Wouters's avatar Thomas Wouters

Oops, one pop too many.

parent fee3a2dd
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment