From: David Bremner Date: Sun, 1 Oct 2023 11:26:17 +0000 (-0300) Subject: Merge tag 'debian/0.38.1_pre0-1' X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=c0880ce7501440db956be2aad08d18d7a616c85c;hp=6ea0b18d1ebf9198d72b40ebec2172a66af3509a;p=notmuch Merge tag 'debian/0.38.1_pre0-1' notmuch release 0.38.1~pre0-1 for experimental (rc-buggy) [dgit] [dgit distro=debian no-split --quilt=linear] --- diff --git a/.gitignore b/.gitignore index f94d1480..eda6d9cf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /bindings/python-cffi/_notmuch_config.py TAGS tags +__pycache__ diff --git a/devel/notmuch-web/nmweb.py b/devel/notmuch-web/nmweb.py index b0d4d5cd..e0e87b49 100755 --- a/devel/notmuch-web/nmweb.py +++ b/devel/notmuch-web/nmweb.py @@ -207,7 +207,7 @@ env.globals['thread_nav'] = thread_nav def format_message(nm_msg, mid): fn = list(nm_msg.filenames())[0] - msg = MaildirMessage(open(fn)) + msg = MaildirMessage(open(fn, 'rb')) return format_message_walk(msg, mid) def decodeAnyway(txt, charset='ascii'): diff --git a/test/T810-tsan.suppressions b/test/T810-tsan.suppressions index dbd16a94..80dc062f 100644 --- a/test/T810-tsan.suppressions +++ b/test/T810-tsan.suppressions @@ -1,5 +1,3 @@ # It's unclear how TSan-friendly GLib is: # https://gitlab.gnome.org/GNOME/glib/-/issues/1672 -race:g_rw_lock_reader_lock -# https://gitlab.gnome.org/GNOME/glib/-/issues/1952 -race:g_slice_alloc0 +called_from_lib:libglib*.so