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 baa9419 commit 369ff15Copy full SHA for 369ff15
source/spimodule.c
@@ -404,6 +404,7 @@ SPI_get_lsbfirst(SPI *self, void *closure)
404
else
405
result = Py_False;
406
407
+ Py_INCREF(result);
408
return result;
409
}
410
@@ -417,6 +418,7 @@ SPI_get_3wire(SPI *self, void *closure)
417
418
419
420
421
422
423
424
@@ -430,6 +432,7 @@ SPI_get_loop(SPI *self, void *closure)
430
432
431
433
434
435
436
437
438
0 commit comments