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.pull/11215/head
parent
56312c0579
commit
ab8081fab6
1 changed files with 6 additions and 7 deletions
Loading…
Reference in new issue