]> git.ipfire.org Git - thirdparty/qemu.git/commit
python: backport 'drop Python3.6 workarounds'
authorJohn Snow <jsnow@redhat.com>
Tue, 6 Jun 2023 17:19:11 +0000 (13:19 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 15 Sep 2025 18:36:01 +0000 (14:36 -0400)
commitf9d2e0a3bd7ba2a693a892881f91cf53fa90cc71
tree157b514f31a49d39b41c4e31afda8de51066e020
parent094ded5227dc4e8dde2c78a9788bf6c90771ad85
python: backport 'drop Python3.6 workarounds'

Now that the minimum version is 3.7, drop some of the 3.6-specific hacks
we've been carrying. A single remaining compatibility hack concerning
3.6's lack of @asynccontextmanager is addressed in the following commit.

Signed-off-by: John Snow <jsnow@redhat.com>
cherry picked from commit python-qemu-qmp@3e8e34e594cfc6b707e6f67959166acde4b421b8
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
python/qemu/qmp/protocol.py
python/qemu/qmp/qmp_tui.py
python/qemu/qmp/util.py
python/tests/protocol.py