Python binding SIGABRT/SIGSEGV

Subject: Python binding SIGABRT/SIGSEGV

Date: Thu, 10 Feb 2022 15:56:12 +1000

To: notmuch@notmuchmail.org

Cc:

From: Austin Lund


I'm clearly doing this python code wrong by not using the iterator correctly:

> import notmuch2
> 
> d = notmuch2.Database()
> m = list(d.messages("since:today"))
> p = m[0].path
> print(p)

But I seem to be getting a SIGABRT instead of a python stack trace.  Is
this the expected behaviour?
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: