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
Calling loop.stop and then immediately proceeding to exit the
`open_loop`'s context (without hitting any checkpoints) causes the
program to hang forever
Fix by reusing the same `waiter` event across multiple calls to `stop`
Fixespython-trio#58
0 commit comments