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.
PyErr_SetString
1 parent 5653512 commit 6a3a708Copy full SHA for 6a3a708
Modules/_sqlite/cursor.c
@@ -80,7 +80,7 @@ cursor_sqlite3_internal_error(pysqlite_Cursor *cursor,
80
_PyErr_ChainExceptions1(exc);
81
}
82
else {
83
- // assert(!PyErr_Occurred());
+ assert(!PyErr_Occurred());
84
PyErr_SetString(state->InternalError, error_message);
85
86
0 commit comments