Brian May <[email protected]> writes:
> === cut ===
>
> I get the following output:
>
> brian@wspdigital:~$ /usr/bin/python3 ./tagmail
> Aborted
>
> If I comment/remove any of the lines out (including the function that isn't
> even referenced anywhere) or switch to Python2, then it works without any
> problems.
>
> Am wondering if this is a Python3 bug.

I suspect it has to do with changes in memory management in python3.

You hide the problem by adding

del(db)

at the end of your script.

You can read some discussion at

https://notmuchmail.org/pipermail/notmuch/2016/021622.html

Reply via email to