Index: Python/ceval.c =================================================================== --- Python/ceval.c (revision 42830) +++ Python/ceval.c (working copy) @@ -1742,7 +1742,6 @@ PyObject_REPR(w)); break; - PREDICTED_WITH_ARG(UNPACK_SEQUENCE); case UNPACK_SEQUENCE: v = POP(); if (PyTuple_CheckExact(v) && PyTuple_GET_SIZE(v) == oparg) { @@ -2153,7 +2152,6 @@ if (x != NULL) { PUSH(x); PREDICT(STORE_FAST); - PREDICT(UNPACK_SEQUENCE); continue; } if (PyErr_Occurred()) {