Python critique

sturlamolden sturlamolden at yahoo.no
Mon Jan 31 11:48:47 EST 2011


On 11 Des 2010, 00:09, Antoine Pitrou <solip... at 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




More information about the Python-list mailing list