Python critique

sturlamolden sturlamolden at yahoo.no
Mon Jan 31 11:45:40 EST 2011


On 10 Des 2010, 21:02, John Nagle <na... at animats.com> 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.

ctypes and DLLs in plain C do not change, and do not depend on CPython
version.


Sturla




More information about the Python-list mailing list