* Python/pythonrun.c: add string "Python" to fatal error message
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user