Re: [lxc-devel] [PATCH] python3: Use FSConverter for all paths
Quoting Stéphane Graber (stgra...@ubuntu.com): > Signed-off-by: Stéphane Graber After a brief look at http://docs.python.org/3.1/c-api/unicode.html I suppose it looks good... Acked-by: Serge E. Hallyn > --- > src/python-lxc/lxc.c | 69 > +--- >
[lxc-devel] [PATCH] python3: Use FSConverter for all paths
Signed-off-by: Stéphane Graber --- src/python-lxc/lxc.c | 69 +--- 1 file changed, 60 insertions(+), 9 deletions(-) diff --git a/src/python-lxc/lxc.c b/src/python-lxc/lxc.c index 5a20ff4..b4f1da3 100644 --- a/src/python-lxc/lxc.c +++ b/src/python-l