Konrad Hinsen <konrad.hinsen@fastmail.net> writes: > Hi everyone, > > I have been writing quite a few Python scripts for notmuch before > running into a strange bug. Here is a minimal script producing it: > > -------------------------------------------------- > from notmuch import Query, Database > > def foo(bar): > pass > > db = Database() > q = Query(db, "*") > db.close() Do you really call the constructor without a path? Or are you censoring the script for some reason? d