Skip to content

Commit cc3bed9

Browse files
update docstring
1 parent 466401c commit cc3bed9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Modules/_sqlite/clinic/connection.c.h

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_sqlite/connection.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,12 +2255,14 @@ _sqlite3.Connection.file_control as pysqlite_connection_file_control
22552255
The database name to operate against.
22562256
22572257
Invoke a file control method on the database.
2258+
2259+
Opcodes which take non-integer arguments are not supported.
22582260
[clinic start generated code]*/
22592261

22602262
static PyObject *
22612263
pysqlite_connection_file_control_impl(pysqlite_Connection *self, int op,
22622264
int arg, const char *name)
2263-
/*[clinic end generated code: output=8a9f04093fc1f59c input=3833150b82ba5488]*/
2265+
/*[clinic end generated code: output=8a9f04093fc1f59c input=8819ab1022e6a5ee]*/
22642266
{
22652267
if(!is_int_fcntl(op)) {
22662268
PyErr_Format(PyExc_ValueError, "unknown file control 'op': %d", op);

0 commit comments

Comments
 (0)