Message149871
Thanks for the patch. Two things:
- there is a compilation warning using gcc:
/home/antoine/cpython/default/Modules/_sqlite/row.c: In function ‘pysqlite_row_subscript’:
/home/antoine/cpython/default/Modules/_sqlite/row.c:128:26: attention : passing argument 1 of ‘PySlice_GetIndicesEx’ from incompatible pointer type
- you can use assertEqual to avoid defining the error message yourself |
|
Date |
User |
Action |
Args |
2011-12-19 15:17:41 | pitrou | set | recipients:
+ pitrou, ghaering, xapple |
2011-12-19 15:17:41 | pitrou | set | messageid: <1324307861.52.0.342893278227.issue13583@psf.upfronthosting.co.za> |
2011-12-19 15:17:40 | pitrou | link | issue13583 messages |
2011-12-19 15:17:40 | pitrou | create | |
|