Re: [lxc-devel] [PATCH] python: Lots of fixes in C extension

2013-04-18 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Fixes a lot of issues found by a code review done by Barry Warsaw. > > Those include: > - Wrong signature for getters > - Various memory leaks > - Various optimizations > - More consistent return values > - Proper exception handling > > Report

[lxc-devel] [PATCH] python: Lots of fixes in C extension

2013-04-18 Thread Stéphane Graber
Fixes a lot of issues found by a code review done by Barry Warsaw. Those include: - Wrong signature for getters - Various memory leaks - Various optimizations - More consistent return values - Proper exception handling Reported-by: Barry Warsaw Signed-off-by: Stéphane Graber --- src/pytho