Skip to content

Commit fe5b799

Browse files
authored
Reduce the diff again
1 parent 2fab94a commit fe5b799

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_sqlite/cursor.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ _pysqlite_query_execute(pysqlite_Cursor *self, int multiple, PyObject *operation
10201020
Py_BEGIN_ALLOW_THREADS
10211021
numcols = sqlite3_column_count(self->statement->st);
10221022
Py_END_ALLOW_THREADS
1023-
10241023
if (self->description == Py_None && numcols > 0) {
10251024
Py_SETREF(self->description, PyTuple_New(numcols));
10261025
if (!self->description) {

0 commit comments

Comments
 (0)