diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-12-25 01:45:01 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-01-04 16:46:51 -0500 |
commit | ab8081fab66eafcb35021f45ffae0648b658733e (patch) | |
tree | d67ddb9268535aae672a33afb6ceb03195fa3821 /docs/jsonvalidator.py | |
parent | 56312c057938237671524f49c5206e2a98be7863 (diff) | |
download | meson-ab8081fab66eafcb35021f45ffae0648b658733e.zip meson-ab8081fab66eafcb35021f45ffae0648b658733e.tar.gz meson-ab8081fab66eafcb35021f45ffae0648b658733e.tar.bz2 |
mtest: clean up asyncio event loop instantiation
Fix a TODO comment about moving to asyncio.run, now that we use
sufficiently new python to do it.
Note that we create an event loop for Windows using the new python
defaults, but in a completely different part of the code from where we
need to use it. Since asyncio.run creates the loop on its own, we need
to set the default policy instead -- which we probably should have done
all along.
Diffstat (limited to 'docs/jsonvalidator.py')
0 files changed, 0 insertions, 0 deletions