[issue13299] namedtuple row factory for sqlite3

Russell Sim report at bugs.python.org
Mon Aug 20 05:20:41 CEST 2012


Russell Sim added the comment:

Hi,

Here is an implementation using lru_cache to prevent regeneration of the named tuple each time.

Cheers,
Russell

----------
keywords: +patch
nosy: +Russell.Sim
Added file: http://bugs.python.org/file26909/issue_13299.patch

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


More information about the Python-bugs-list mailing list