This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author catalin.iacob
Recipients brian.curtin, catalin.iacob, eric.araujo, eudoxos, loewis, mhammond, schmir, tarek, tim.golden
Date 2012-11-25.16:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353862068.92.0.908031657048.issue16472@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-25 16:47:49catalin.iacobsetrecipients: + catalin.iacob, loewis, mhammond, schmir, tim.golden, tarek, eric.araujo, brian.curtin, eudoxos
2012-11-25 16:47:48catalin.iacobsetmessageid: <1353862068.92.0.908031657048.issue16472@psf.upfronthosting.co.za>
2012-11-25 16:47:48catalin.iacoblinkissue16472 messages
2012-11-25 16:47:48catalin.iacobcreate