Skip to content

Commit 7bb5b7a

Browse files
committed
drop thread-safe patterns for now
1 parent 2b516fa commit 7bb5b7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/_sqlite/cursor.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,6 @@ pysqlite_cursor_close_impl(pysqlite_Cursor *self)
12981298
}
12991299

13001300
/*[clinic input]
1301-
@critical_section
13021301
@getter
13031302
_sqlite3.Cursor.arraysize
13041303
[clinic start generated code]*/
@@ -1311,7 +1310,6 @@ _sqlite3_Cursor_arraysize_get_impl(pysqlite_Cursor *self)
13111310
}
13121311

13131312
/*[clinic input]
1314-
@critical_section
13151313
@setter
13161314
_sqlite3.Cursor.arraysize
13171315
[clinic start generated code]*/

0 commit comments

Comments
 (0)