mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
* Python/pythonrun.c: add string "Python" to fatal error message
This commit is contained in:
parent
a66e25dfa3
commit
83dd6c319e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue