[IronPython] ironpython alternative to PyOS_ReadlineFunctionPointer

Jörgen Stenarson jorgen.stenarson at bostream.nu
Wed Jun 28 20:44:27 CEST 2006


Hi,

I'm working on a python based implementation of readline (pyreadline 
available from 
http://projects.scipy.org/ipython/ipython/wiki/PyReadline/Intro). I'm 
experimenting with adding support for ironpython, I have been successful 
in porting some of the ctypes based routines used for keyboard event 
processing to ironpython using System.Console. It has been quite 
painless so far.

But to take this further I need to know the ironpython equivalent to 
PyOS_ReadlineFunctionPointer in cpython and how to use it. Is this 
functionality exposed and if not do you plan to expose it?

Best regards,
Jörgen Stenarson




More information about the Ironpython-users mailing list