Closed jenningsje closed 2 years ago
I wrapped the following line: (hashfun)pysqlite_row_hash,
with the lines below:
0,
(hash)pysqlite_row_hash
Can you compile the program with your PR? As far as I remember, you are supposed to wrap the line with tp_print.
tp_print
I wrapped the following line: (hashfun)pysqlite_row_hash,
with the lines below:
if BY_VERSION_HEX >= 0x03060000
0,
else
(hash)pysqlite_row_hash
endif