[PATCH] test: Port atomicity test to Python
David Bremner
david at tethera.net
Fri Oct 3 23:37:24 PDT 2014
Austin Clements <aclements at csail.mit.edu> writes:
>
> Hi Amadeusz. Does this patch fix the problem for you? I don't have
> GDB 7.8, so I can't test against it, but the Python interface is less
> fragile than the GDB scripting language. (Even if this doesn't fix
> your problem, I think we should switch to the Python interface.)
I can confirm this new version runs with gdb 7.8 (and python3) on
debian. I also runs with gdb 7.7.1+dfsg-3 and python2.
> + shutil.copytree('%s/.notmuch' % maildir, '%s.snap/.notmuch' % maildir)
I hesitate to have an opinion on python style, but for whatever reason I
have a mild preference for str.format(args) versus str % args. Not
enough of a preference to redo the patch.
I also agree that this version is easier to follow than the one it
replaces.
More information about the notmuch
mailing list