core-admin/qubes/api
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
..
__init__.py Make qubesd connected directly as an socket qrexec service 2020-05-11 01:13:15 +02:00
admin.py Fix asyncio.Lock usage for Python 3.9+ 2021-02-11 11:17:41 +00:00
internal.py Add power state to get_system_info 2020-07-23 13:32:16 +02:00
misc.py Fix saving 'updates-available' flag reported by TemplateBasedVM 2019-01-19 03:25:21 +01:00