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 2006505 commit f1608b7Copy full SHA for f1608b7
_mysql.c
@@ -434,11 +434,11 @@ _mysql_ResultObject_Initialize(
434
}
435
else if (PySequence_Check(fun)) {
436
long flags = fields[i].flags;
437
+ PyObject *fun2=NULL;
438
int j, n2=PySequence_Size(fun);
439
if (fields[i].charsetnr != 63) { /* maaagic */
440
flags &= ~BINARY_FLAG;
441
- PyObject *fun2=NULL;
442
for (j=0; j<n2; j++) {
443
PyObject *t = PySequence_GetItem(fun, j);
444
if (!t) {
0 commit comments