unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Python binding SIGABRT/SIGSEGV
@ 2022-02-10  5:56 Austin Lund
  2022-02-10 12:16 ` Michael J Gruber
       [not found] ` <164449516783.6325.11211773003514272352.github@grubix.eu>
  0 siblings, 2 replies; 6+ messages in thread
From: Austin Lund @ 2022-02-10  5:56 UTC (permalink / raw)
  To: notmuch

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?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-16 20:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10  5:56 Python binding SIGABRT/SIGSEGV Austin Lund
2022-02-10 12:16 ` Michael J Gruber
2022-02-16 20:31   ` Floris Bruynooghe
     [not found] ` <164449516783.6325.11211773003514272352.github@grubix.eu>
2022-02-10 22:21   ` Austin Lund
2022-02-11  9:19     ` Michael J Gruber
2022-02-11  9:41       ` Tomi Ollila

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).