We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2585f73 commit c2f302eCopy full SHA for c2f302e
Modules/_sqlite/connection.c
@@ -895,7 +895,7 @@ print_or_clear_traceback(callback_context *ctx)
895
assert(ctx != NULL);
896
assert(ctx->state != NULL);
897
if (ctx->state->enable_callback_tracebacks) {
898
- PyErr_FormatUnraisable("Exception ignored on sqlite callable %R",
+ PyErr_FormatUnraisable("Exception ignored on sqlite3 callback %R",
899
ctx->callable);
900
}
901
else {
0 commit comments