Skip to content

Commit

Permalink
fixup! pythongh-124872: Mark the thread's default context as entered
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Nov 7, 2024
1 parent 4690ea6 commit 748f3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ _PyContext_ExitThreadOwned(PyThreadState *ts)
"contextvars.Context object(s) still entered during "
"thread state reset");
PyErr_FormatUnraisable(
"Exception ignored during reset of thread state %p", ts);
"Exception ignored during reset of thread state");
PyErr_SetRaisedException(exc);
}
}
Expand Down

0 comments on commit 748f3eb

Please sign in to comment.