This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ghaering, pitrou, xapple
Date 2011-12-19.15:17:40
SpamBayes Score 0.0038897474
Marked as misclassified No
Message-id <1324307861.52.0.342893278227.issue13583@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-12-19 15:17:41pitrousetrecipients: + pitrou, ghaering, xapple
2011-12-19 15:17:41pitrousetmessageid: <1324307861.52.0.342893278227.issue13583@psf.upfronthosting.co.za>
2011-12-19 15:17:40pitroulinkissue13583 messages
2011-12-19 15:17:40pitroucreate