]> git.notmuchmail.org Git - notmuch/commit
bindings/python-cffi: allow reopening a database
authorAnton Khirnov <anton@khirnov.net>
Sun, 14 Sep 2025 15:07:43 +0000 (17:07 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 14 Sep 2025 16:24:59 +0000 (13:24 -0300)
commitabdff73a3333b295a599135ad2777e852189e188
tree49b21ea4c526d5d1fb498ef9869b892ac296183d
parentaa761727999b105711ba4ca789e0836a0a05cf9f
bindings/python-cffi: allow reopening a database

This will be useful for handling NOTMUCH_STATUS_OPERATION_INVALIDATED
errors that will be exposed through the bindings in a following commit.
bindings/python-cffi/notmuch2/_build.py
bindings/python-cffi/notmuch2/_database.py
bindings/python-cffi/tests/test_database.py