core-admin/qubes
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
..
api Fix asyncio.Lock usage for Python 3.9+ 2021-02-11 11:17:41 +00:00
ext Merge remote-tracking branch 'origin/pr/369' 2020-10-10 03:33:09 +02:00
qmemman qmemmand: separate SystemState init xc and xs to a 'init' method 2019-11-22 21:38:27 +01:00
storage Fix asyncio.Lock usage for Python 3.9+ 2021-02-11 11:17:41 +00:00
tests tests: skip pvgrub tests on Fedora 2020-12-31 06:12:02 +01:00
tools Make pylint happy 2020-08-23 02:55:40 +02:00
vm Fix asyncio.Lock usage for Python 3.9+ 2021-02-11 11:17:41 +00:00
__init__.py Make pylint happy 2020-08-23 02:55:40 +02:00
app.py Make pylint happy 2020-08-23 02:55:40 +02:00
backup.py Make pylint happy 2020-08-23 02:55:40 +02:00
config.py drop old workaround kernelopts 2020-11-01 18:10:52 +01:00
devices.py Make pylint happy 2020-08-23 02:55:40 +02:00
dochelpers.py Fix Sphinx 2 new API for Fedora 31+ 2019-11-22 21:39:31 +01:00
events.py Make pylint happy 2020-08-23 02:55:40 +02:00
exc.py Make pylint happy 2020-08-23 02:55:40 +02:00
features.py Add pre- events to vm features 2020-03-17 18:46:12 +01:00
firewall.py Make pylint happy 2020-08-23 02:55:40 +02:00
log.py Make pylint happy 2020-08-23 02:55:40 +02:00
rngdoc.py Remove python2 compat __future__ imports 2020-02-15 17:33:34 +00:00
tarwriter.py Make pylint happy 2020-08-23 02:55:40 +02:00
utils.py Fix invalid timezone 2019-08-06 18:23:00 -03:00