core-admin/qubes/vm
Rusty Bird a7fe59449a
Fix asyncio.Lock usage for Python 3.9+
'with (yield from alock):' is incompatible with Python 3.9+.

Change it to 'async with alock:', and then change the affected functions
to 'async def'.

This makes the test suite pass again in a Fedora 33 VM.

QubesOS/qubes-issues#2738
2021-02-11 11:17:41 +00:00
..
mix Fix tests for DispVMs 2020-11-27 19:32:53 -05:00
__init__.py Make pylint happy 2020-08-23 02:55:40 +02:00
adminvm.py Fix formatting glitches after conversion to await 2021-02-11 11:17:40 +00:00
appvm.py Fix tests for DispVMs 2020-11-27 19:32:53 -05:00
dispvm.py make pylint happy 2020-11-27 20:29:15 -05:00
qubesvm.py Fix asyncio.Lock usage for Python 3.9+ 2021-02-11 11:17:41 +00:00
standalonevm.py Make pylint happy 2020-08-23 02:55:40 +02:00
templatevm.py Make pylint happy 2020-08-23 02:55:40 +02:00