You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not safe to create a ProcessInterface without a running loop. Use of the default event loop is deprecated in Python. We have to make sure we are ready for the removal and support running with multiple calls to asyncio.run.
See discussions in #565.
In particular #565 (review).
It is not safe to create a
ProcessInterface
without a running loop. Use of the default event loop is deprecated in Python. We have to make sure we are ready for the removal and support running with multiple calls to asyncio.run.cc @graingert who already thought about it.
The text was updated successfully, but these errors were encountered: