mirror of
https://github.com/python/cpython.git
synced 2026-06-21 02:22:23 -04:00
* Python/pythonrun.c: add string "Python" to fatal error message
This commit is contained in:
+1
-1
@@ -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