summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2018-11-13 23:46:57 -0800
committerDavid Sterba <dsterba@suse.com>2018-11-26 16:45:14 +0100
commit5776a70b3024d03eeb4beb57b66b8a5092a803db (patch)
treecc2ede36a1b7c9de0b4343d44939c93fa3c73516 /configure.ac
parent563affcd42d4575d477e0f7fe067e1259dfb3687 (diff)
libbtrfsutil: change async parameters to async_ in Python bindings
async became a keyword in Python 3.7, so, e.g., create_subvolume('foo', async=True) is now a syntax error. Fix it with the Python convention of adding a trailing underscore to the keyword (async -> async_). This is what several other Python libraries did to handle this. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions