[Python-Dev] Supporting Visual Studio 2010

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 5 22:43:45 CEST 2011


Martin v. Löwis wrote:
> Not if they use the stable ABI. There still might be issues if you
> mix CRTs, but none related to the Python ABI - in particular, none
> of those crashing conditions can arise from the stable ABI.

Won't there still be a problem of your extension module
being linked with a CRT that may not be present on the
target system?

-- 
Greg


More information about the Python-Dev mailing list