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
This wasn't a global problem and only triggered edge cases for people
developing with too much (unnecessary?) complexity, but now we don't
cache the event loop and instead request the live event loop each time.
This is technically about 10x slower than using a cached event loop
reader, but the difference is just +20ns slower if we ask python to
lookup the active event loop each time vs using it cached on first
access forever.
Fixes#160Fixes#186Fixes#159
0 commit comments