]> arthur.barton.de Git - bup.git/commit
_helpers: remove argv mangling on python 3.9
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 18 Nov 2020 20:29:31 +0000 (21:29 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 22 Nov 2020 21:09:50 +0000 (15:09 -0600)
commit3a2a997771a1af6722059f15589fc15866d4bc54
treeaf245283324e1e0521be7ba1437ab62ed2bb5ea1
parenteaaa76ded31665d05be2cd950554569dc9d3ec00
_helpers: remove argv mangling on python 3.9

Since python 3.9 exports the argv as wchar_t now, we
can no longer attempt to mangle it. Remove this code
on python 3.9 so it builds again.

This fixes Debian's FTBFS https://bugs.debian.org/972763, and this
part of our Cirrus test builds on MacOS.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c