Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
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
Next Next commit
fixup! gh-124872: Mark the thread's default context as entered
  • Loading branch information
rhansen committed Nov 7, 2024
commit 748f3eb5c349fe32d386b8ebabd29f16918e9df2
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