From: Serhiy Storchaka Date: Sun, 11 Sep 2016 12:19:12 +0000 (+0300) Subject: Fixed refactoring bug in dd046963bd42 (issue27129). X-Git-Tag: v3.6.0b1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1e9ab34a9cfe335af1b34287cdda6743c53487d;p=python Fixed refactoring bug in dd046963bd42 (issue27129). --- diff --git a/Python/peephole.c b/Python/peephole.c index 68e36f7331..84eb2dbefd 100644 --- a/Python/peephole.c +++ b/Python/peephole.c @@ -475,7 +475,7 @@ PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, CONST_STACK_CREATE(); for (i=find_op(codestr, 0) ; i= 1 && _Py_OPCODE(codestr[op_start-1]) == EXTENDED_ARG) { op_start--;