Revert "gh-76785: Print the Traceback from Interpreter.run() (gh-110248)" (gh-110314)

This reverts commit 6bc889aedc.

That commit is causing some buildbot failures.
This commit is contained in:
Eric Snow 2023-10-03 15:18:25 -06:00 committed by GitHub
parent 6bc889aedc
commit 4467d2c3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -450,10 +450,6 @@ error:
"RunFailedError: script raised an uncaught exception (%s)",
failure);
}
// XXX Instead, store the rendered traceback on sharedexc,
// attach it to the exception when applied,
// and teach PyErr_Display() to print it.
PyErr_Display(NULL, excval, NULL);
Py_XDECREF(excval);
if (errcode != ERR_ALREADY_RUNNING) {
_PyInterpreterState_SetNotRunningMain(interp);