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: <[email protected]> |
| 2011-12-19 15:17:40 | pitrou | link | issue13583 messages |
| 2011-12-19 15:17:40 | pitrou | create | |
|