[Python-3000] Cross-interpreter FFI for Python 3000?
Nick Coghlan
ncoghlan at gmail.com
Wed Aug 9 12:57:12 CEST 2006
Phillip J. Eby wrote:
> (This is all IMO, of course, but I find it hard to imagine how anything
> else could succeed.)
Having just made the point in another thread that it is possible to use ctypes
to access the CPython API functions like PyThreadState_SetAsyncExc that have
been designated "extension module only", I'm one who agrees with you - adding
ctypes to the standard library effectively adopted it as Python's foreign
function interface.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-3000
mailing list