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.
sqlite3.Connection.__init__
1 parent 03c7b35 commit aa6dd54Copy full SHA for aa6dd54
Modules/_sqlite/connection.c
@@ -87,6 +87,7 @@ pysqlite_connection_init(pysqlite_Connection *self, PyObject *args,
87
}
88
89
if (PySys_Audit("sqlite3.connect", "O", database_obj) < 0) {
90
+ Py_DECREF(database_obj);
91
return -1;
92
93
0 commit comments