[issue10203] sqlite3.Row doesn't support sequence protocol

Serhiy Storchaka report at bugs.python.org
Tue May 27 09:30:06 CEST 2014


Serhiy Storchaka added the comment:

Compare with tuple:

>>> (1, 2)[2**1000]
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IndexError: cannot fit 'int' into an index-sized integer

----------

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


More information about the Python-bugs-list mailing list