[PATCH] python: fix signature of two wrapped libnotmuch functions

2012-03-18 Thread David Bremner
On Fri, 16 Mar 2012 13:56:32 +0100, Justus Winter <4winter at informatik.uni-hamburg.de> wrote: > Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> > --- > bindings/python/notmuch/directory.py |2 +- > bindings/python/notmuch/threads.py |2 +- > 2 files changed, 2

Re: [PATCH] python: fix signature of two wrapped libnotmuch functions

2012-03-18 Thread David Bremner
On Fri, 16 Mar 2012 13:56:32 +0100, Justus Winter 4win...@informatik.uni-hamburg.de wrote: Signed-off-by: Justus Winter 4win...@informatik.uni-hamburg.de --- bindings/python/notmuch/directory.py |2 +- bindings/python/notmuch/threads.py |2 +- 2 files changed, 2 insertions(+), 2

[PATCH] python: fix signature of two wrapped libnotmuch functions

2012-03-16 Thread Justus Winter
Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> --- bindings/python/notmuch/directory.py |2 +- bindings/python/notmuch/threads.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/notmuch/directory.py

[PATCH] python: fix signature of two wrapped libnotmuch functions

2012-03-16 Thread Austin Clements
Quoth Justus Winter on Mar 16 at 1:56 pm: > Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> Ah, ctypes. Because *of course* it makes sense to guess the type signatures for an ABI that will crash if you guess wrong. LGTM. I'd say it's safe to include in 0.12.

[PATCH] python: fix signature of two wrapped libnotmuch functions

2012-03-16 Thread Justus Winter
Signed-off-by: Justus Winter 4win...@informatik.uni-hamburg.de --- bindings/python/notmuch/directory.py |2 +- bindings/python/notmuch/threads.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/notmuch/directory.py

Re: [PATCH] python: fix signature of two wrapped libnotmuch functions

2012-03-16 Thread Austin Clements
Quoth Justus Winter on Mar 16 at 1:56 pm: Signed-off-by: Justus Winter 4win...@informatik.uni-hamburg.de Ah, ctypes. Because *of course* it makes sense to guess the type signatures for an ABI that will crash if you guess wrong. LGTM. I'd say it's safe to include in 0.12.