File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -1298,27 +1298,25 @@ 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]*/
13051304
13061305static PyObject *
13071306_sqlite3_Cursor_arraysize_get_impl (pysqlite_Cursor * self )
1308- /*[clinic end generated code: output=e0919d97175e6c50 input=e0e184c319955cbc ]*/
1307+ /*[clinic end generated code: output=e0919d97175e6c50 input=3278f8d3ecbd90e3 ]*/
13091308{
13101309 return PyLong_FromUInt32 (self -> arraysize );
13111310}
13121311
13131312/*[clinic input]
1314- @critical_section
13151313@setter
13161314_sqlite3.Cursor.arraysize
13171315[clinic start generated code]*/
13181316
13191317static int
13201318_sqlite3_Cursor_arraysize_set_impl (pysqlite_Cursor * self , PyObject * value )
1321- /*[clinic end generated code: output=af59a6b09f8cce6e input=9bb20fe894cda495 ]*/
1319+ /*[clinic end generated code: output=af59a6b09f8cce6e input=ace48cb114e26060 ]*/
13221320{
13231321 return PyLong_AsUInt32 (value , & self -> arraysize );
13241322}
You can’t perform that action at this time.
0 commit comments