mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Get rid of "Unhandled exception: " altogether.
This commit is contained in:
parent
c39de5fe61
commit
4ddf8cc408
1 changed files with 0 additions and 3 deletions
|
@ -300,9 +300,6 @@ print_error()
|
||||||
goaway(1);
|
goaway(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
fprintf(stderr, "Unhandled exception: ");
|
|
||||||
*/
|
|
||||||
if (printobject(exception, stderr, PRINT_RAW) != 0)
|
if (printobject(exception, stderr, PRINT_RAW) != 0)
|
||||||
err_clear();
|
err_clear();
|
||||||
if (v != NULL && v != None) {
|
if (v != NULL && v != None) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue