[issue13583] sqlite3.Row doesn't support slice indexes

Serhiy Storchaka report at bugs.python.org
Sun Jan 11 09:12:51 CET 2015


Serhiy Storchaka added the comment:

May be just use PyObject_GetItem(self->data, idx)?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13583>
_______________________________________


More information about the Python-bugs-list mailing list