]> git.notmuchmail.org Git - notmuch/commit
python: turn get_config_list into a generator
authorl-m-h@web.de <l-m-h@web.de>
Thu, 7 Dec 2017 11:40:48 +0000 (12:40 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 19 Dec 2017 10:40:47 +0000 (06:40 -0400)
commite745857c4a40f081560bdbe2b75ec1eafddea441
tree603046f43de6b04cd93f473182c73725256db1f0
parentc536de3afb365dbbb3f85755f149383285c53b9c
python: turn get_config_list into a generator

This mimics the behaviour of the underlying C function more closely as
it also does not store all values in memory.
bindings/python/notmuch/database.py