Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test and provide pt_inputhooks functionality... #4

Open
8 tasks
ivanov opened this issue Apr 24, 2017 · 1 comment
Open
8 tasks

test and provide pt_inputhooks functionality... #4

ivanov opened this issue Apr 24, 2017 · 1 comment

Comments

@ivanov
Copy link
Member

ivanov commented Apr 24, 2017

In IPython, both shellapp and interactivelshell use IPython.terminal.pt_inputhooks. I bet rlipython doesn't work out of the box with those, though I haven't verified.

Here are the event loops that get integrated as part of pt_inputhooks:

  • glut.py
  • gtk.py
  • gtk3.py
  • osx.py
  • pyglet.py
  • qt.py
  • tk.py
  • wx.py
@tacaswell
Copy link

I suspect we want to pull over the code from https://github.com/ipython/ipython/blob/master/IPython/lib/inputhook.py as readline respects the PyOS_InputHook function. All of those are marked as deprecated in IPython so they may be deleted at some point...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants