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 2b516fa commit 7bb5b7aCopy full SHA for 7bb5b7a
1 file changed
Modules/_sqlite/cursor.c
@@ -1298,7 +1298,6 @@ pysqlite_cursor_close_impl(pysqlite_Cursor *self)
1298
}
1299
1300
/*[clinic input]
1301
-@critical_section
1302
@getter
1303
_sqlite3.Cursor.arraysize
1304
[clinic start generated code]*/
@@ -1311,7 +1310,6 @@ _sqlite3_Cursor_arraysize_get_impl(pysqlite_Cursor *self)
1311
1310
1312
1313
1314
1315
@setter
1316
1317
0 commit comments