[Python-Dev] PEP 384 status

Nick Coghlan ncoghlan at gmail.com
Wed Sep 8 10:19:26 CEST 2010


On Wed, Sep 8, 2010 at 8:34 AM, David Cournapeau <cournape at gmail.com> wrote:
> I would turn the question around: what are the cases where you manage
> to mix CRT and not getting any issues ? This has never worked in my
> own experience in the context of python extensions,

I've done it quite a bit over the years with SWIG-wrapped libraries
where all I did was recompile my extension for new versions of Python.
It works fine, so long as you avoid the very APIs that PEP 384 is
blocking from the stable ABI.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list