Re: [PATCH 0/5] python/qemu: qmp: Fix, delint and improvements

2020-01-31 Thread Wainer dos Santos Moschetta
On 1/30/20 8:41 PM, Philippe Mathieu-Daudé wrote: On 12/27/19 2:40 PM, Wainer dos Santos Moschetta wrote: I started fixing an issue on exception handling which in some places currently use the deprecated (in Python 3.3) `socket.error`. Then I ended up delinting the module code and making some

Re: [PATCH 0/5] python/qemu: qmp: Fix, delint and improvements

2020-01-30 Thread Philippe Mathieu-Daudé
On 12/27/19 2:40 PM, Wainer dos Santos Moschetta wrote: I started fixing an issue on exception handling which in some places currently use the deprecated (in Python 3.3) `socket.error`. Then I ended up delinting the module code and making some improvements. Git: - Tree: https://github.com/wainer

[PATCH 0/5] python/qemu: qmp: Fix, delint and improvements

2019-12-27 Thread Wainer dos Santos Moschetta
I started fixing an issue on exception handling which in some places currently use the deprecated (in Python 3.3) `socket.error`. Then I ended up delinting the module code and making some improvements. Git: - Tree: https://github.com/wainersm/qemu - Branch: python_qmp_sockets_error CI: - Travis