Catalin Iacob added the comment:

Václav, are you sure about the official python27.dll being linked against 
msvcrt.dll? Maybe this is your own python27.dll compiled with MinGW?

I see the opposite: for both C:\windows\system32\python27.dll (64 bit) and 
c:\windows\SysWOW64\python27.dll (32 bit) from the Windows 2.7.3 installer, 
Dependency Walker shows they are linked against msvcr90.dll. This is probably 
also the reason why distutils links extensions against msvcr90.dll, exactly to 
avoid linking against 2 different CRTs.

----------
nosy: +catalin.iacob

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to