Kaydet (Commit) 83dd6c31 authored tarafından Guido van Rossum's avatar Guido van Rossum

* Python/pythonrun.c: add string "Python" to fatal error message

üst a66e25df
......@@ -513,7 +513,7 @@ void
fatal(msg)
char *msg;
{
fprintf(stderr, "Fatal error: %s\n", msg);
fprintf(stderr, "Fatal Python error: %s\n", msg);
abort();
}
......
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