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 13da83e commit 2585f73Copy full SHA for 2585f73
Modules/_sqlite/connection.c
@@ -498,7 +498,7 @@ connection_finalize(PyObject *self)
498
/* Spurious errors can appear at shutdown */
499
if (PyErr_ExceptionMatches(PyExc_Warning)) {
500
PyErr_FormatUnraisable("Exception ignored while finalizing "
501
- "database %R", self);
+ "database connection %R", self);
502
}
503
504
0 commit comments