Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Pull in main
  • Loading branch information
erlend-aasland committed Feb 21, 2023
commit 11320b0ddfdb048ff97c033c3f4e340bf794b85f
1 change: 0 additions & 1 deletion Python/pythonrun.c
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,6 @@ print_chained(struct exception_print_context* ctx, PyObject *value,
const char * message, const char *tag)
{
PyObject *f = ctx->file;

if (_Py_EnterRecursiveCall(" in print_chained")) {
return -1;
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.