difficulties with notmuch2 python bindings for alot
Floris Bruynooghe
flub at devork.be
Mon Jun 15 12:42:45 PDT 2020
On Sun 14 Jun 2020 at 19:44 -0300, David Bremner wrote:
> Floris Bruynooghe <flub at devork.be> writes:
>
>> One thing that they encountered and don't yet understand is that they
>> reported issues with leaking filedescriptors. They used the bindings in
>> a way where I expect it to only call notmuch_database_destroy() when
>> they are done with it. From reading notmuch.h I think that's correct
>> and there's no need to call notmuch_database_close() first. Yet someone
>> reported that explicitly calling close helped. Is the assumption I made
>> of only calling destroy correct?
>
> The first thing destroy does is call close. My read of the
> notmuch_database_close code is that it is idempotent (calling multiple
> times does not change anything).
Thanks for confirming, so that should be fine.
Cheers,
Floris
More information about the notmuch
mailing list