Message176371
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. |
|
Date |
User |
Action |
Args |
2012-11-25 16:47:49 | catalin.iacob | set | recipients:
+ catalin.iacob, loewis, mhammond, schmir, tim.golden, tarek, eric.araujo, brian.curtin, eudoxos |
2012-11-25 16:47:48 | catalin.iacob | set | messageid: <1353862068.92.0.908031657048.issue16472@psf.upfronthosting.co.za> |
2012-11-25 16:47:48 | catalin.iacob | link | issue16472 messages |
2012-11-25 16:47:48 | catalin.iacob | create | |
|