From: Larry R. <La...@Ri...> - 2010-03-05 11:01:05
|
> I think that the advantage of ctypes is the use of > work derived from CPython. Do you expect that will > be easily ported code using ctypes from CPyhton to > jython (I am thinking in numpy and so on ... )? I think it would be interesting to see ctypes used to provide the module-facing side of the CPython extension API, so the Jython VM looks to the module like the CPython VM. Maybe this could be implemented first as a passthrough in CPython using its ctypes, then ported over to use the ctypes implementation in Jython. Larry |