Re: [lxc-devel] [PATCH] python: Fix runtime failure on armhf

2013-03-26 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Recent testing on Ubuntu armhf showed that the python module was > failing to import. After some time tracking the issue down, the problem > was identified as being a non-terminated list of get/setters. > > This commit fixes that issue as well as a

[lxc-devel] [PATCH] python: Fix runtime failure on armhf

2013-03-26 Thread Stéphane Graber
Recent testing on Ubuntu armhf showed that the python module was failing to import. After some time tracking the issue down, the problem was identified as being a non-terminated list of get/setters. This commit fixes that issue as well as a few other potential ones that were identified during debu