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
My guess is they were needed at one point to allow the tkinter event loop and the REPL event loop to play nicely. But then why were they MacOS only, unless at one point python vendored a broken version of tk on that platform?
Maybe someone with the oldest python and MacOS matplotlib supports could verify the terminal and the canvas are both responsive after removing the callback
The text was updated successfully, but these errors were encountered:
jklymak
changed the title
My guess is they were needed at one point to allow the tkinter event loop and the REPL event loop to play nicely. But then why were they MacOS only, unless at one point python vendored a broken version of tk on that platform?
Do we need input hooks macosx?
Oct 25, 2018
Uh oh!
There was an error while loading. Please reload this page.
Following up from #12629 there are some mysterious input hook calls in
_macosx
that we aren[t sure if they are necessary anymore...Originally posted by @mattip in #12629 (comment)
The text was updated successfully, but these errors were encountered: