]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/aqmp: add asyncio compatibility wrappers
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:32 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commita07616d612bebc6324b29d7ab0c9b84d4e9d7c42
tree62f577c6231f82c267cd94cc30c353845dab221f
parent35b9a85adea9f771ca2279ebf7666b243e92f968
python/aqmp: add asyncio compatibility wrappers

Python 3.6 does not have all of the goodies that Python 3.7 does, and we
need to support both. Add some compatibility wrappers needed for this
purpose.

(Note: Python 3.6 is EOL December 2021.)

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-5-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/util.py [new file with mode: 0644]