Kaydet (Commit) 0be483fd authored tarafından Thomas Wouters's avatar Thomas Wouters

Do a better job at staying on-screen :P (Sorry, it's late here.) I'm

assuming here that the ANSI-C adjacent-string-concatenation technique is
allowable, now that Python requires an ANSI C compiler.
üst 8fb62a2e
......@@ -775,7 +775,8 @@ eval_code2(PyCodeObject *co, PyObject *globals, PyObject *locals,
PUSH(x);
continue;
default:
Py_FatalError("invalid argument to DUP_TOPX (bytecode corruption?)");
Py_FatalError("invalid argument to DUP_TOPX"
" (bytecode corruption?)");
}
break;
......
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