'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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| internal.py | ||
| misc.py | ||