X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fthreads.py;h=225f524651a9df3c4f1b22141066ca0631def2c9;hb=3a95f3fbc1602d612aec2b7f1095e40c95723aee;hp=690206ef5a9668b6e09ff1b052e7941e373dff75;hpb=ea54c4fdc7d0ed9a4d6ab328d44c10ce5668d587;p=obsolete%2Fnotmuch-old diff --git a/bindings/python/notmuch/threads.py b/bindings/python/notmuch/threads.py index 690206ef..225f5246 100644 --- a/bindings/python/notmuch/threads.py +++ b/bindings/python/notmuch/threads.py @@ -172,7 +172,7 @@ class Threads(Python3StringMixIn): _destroy = nmlib.notmuch_threads_destroy _destroy.argtypes = [NotmuchThreadsP] - _destroy.argtypes = None + _destroy.restype = None def __del__(self): """Close and free the notmuch Threads"""