On 11 Des 2010, 00:09, Antoine Pitrou <solip...@pitrou.net> wrote:

> >     Probably the biggest practical problem with CPython is
> > that C modules have to be closely matched to the version of
> > CPython.  There's no well-defined API that doesn't change.
>
> Please stop spreading FUD:http://docs.python.org/c-api/index.html

Even if the API does not change, there is still static linkage with
version dependency. That is avoided with ctypes.

Sturla

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to