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
FIX: macos: remove our custom PyOS_InputHook after our runloop stops
We want to defer back to Python's native input hook handling when
we don't have any figures to interact with, otherwise our runloop
will continue running unecessarily.
Additionally, we need to add a short runloop burst in our hotloop
to avoid saturating the CPU while waiting for input. (i.e. sitting
on an idle figure would keep 100% cpu while waiting for an input()
event without this runloop trigger).
0 commit comments