Nick Coghlan added the comment:

You should be able to just use "tuple(col[0] for col in cursor.description)" 
instead of the current list comprehension in order to make the argument 
hashable.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to