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.
This commit is contained in:
Thomas Wouters 2000-10-11 23:26:11 +00:00
parent 8fb62a2e9a
commit 0be483fd4d

View file

@ -775,7 +775,8 @@ eval_code2(PyCodeObject *co, PyObject *globals, PyObject *locals,
PUSH(x); PUSH(x);
continue; continue;
default: default:
Py_FatalError("invalid argument to DUP_TOPX (bytecode corruption?)"); Py_FatalError("invalid argument to DUP_TOPX"
" (bytecode corruption?)");
} }
break; break;