[PATCH 0/4] qapi: Bye-bye Python 2

Markus Armbruster posted 4 patches 5 years, 8 months ago
Test docker-quick@centos7 failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200227144531.24309-1-armbru@redhat.com
Maintainers: Michael Roth <mdroth@linux.vnet.ibm.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
scripts/qapi/commands.py       |  6 +--
scripts/qapi/common.py         |  6 +--
scripts/qapi/error.py          |  4 +-
scripts/qapi/events.py         |  4 +-
scripts/qapi/expr.py           |  3 +-
scripts/qapi/gen.py            | 27 +++++++------
scripts/qapi/introspect.py     |  6 +--
scripts/qapi/parser.py         | 20 ++++------
scripts/qapi/schema.py         | 71 +++++++++++++++++-----------------
scripts/qapi/source.py         |  4 +-
scripts/qapi/types.py          |  4 +-
scripts/qapi/visit.py          |  4 +-
tests/qapi-schema/test-qapi.py |  6 +--
13 files changed, 73 insertions(+), 92 deletions(-)
[PATCH 0/4] qapi: Bye-bye Python 2
Posted by Markus Armbruster 5 years, 8 months ago
Markus Armbruster (4):
  qapi: Inheriting from object is pointless with Python 3, drop
  qapi: Drop conditionals for Python 2
  qapi: Use super() now we have Python 3
  qapi: Brush off some (py)lint

 scripts/qapi/commands.py       |  6 +--
 scripts/qapi/common.py         |  6 +--
 scripts/qapi/error.py          |  4 +-
 scripts/qapi/events.py         |  4 +-
 scripts/qapi/expr.py           |  3 +-
 scripts/qapi/gen.py            | 27 +++++++------
 scripts/qapi/introspect.py     |  6 +--
 scripts/qapi/parser.py         | 20 ++++------
 scripts/qapi/schema.py         | 71 +++++++++++++++++-----------------
 scripts/qapi/source.py         |  4 +-
 scripts/qapi/types.py          |  4 +-
 scripts/qapi/visit.py          |  4 +-
 tests/qapi-schema/test-qapi.py |  6 +--
 13 files changed, 73 insertions(+), 92 deletions(-)

-- 
2.21.1