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 eudoxos
Recipients brian.curtin, catalin.iacob, eric.araujo, eudoxos, loewis, mhammond, schmir, tarek, tim.golden
Date 2012-11-29.11:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354188000.13.0.922588927087.issue16472@psf.upfronthosting.co.za>
In-reply-to
Content
I am sorry for the initial confusion. python27.dll is really linked against MSVCR90. Its path, though, is c:\windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_08e4299fa83d7e3c\MSVCR90.DLL, and perhaps is a different one found at runtime?

Dependency walker also reveals, that python27.dll links against SHELL32, which itself links to MSVCRT.

PS I am using the offical build of 2.7.3 on Windows7 64bit.
History
Date User Action Args
2012-11-29 11:20:00eudoxossetrecipients: + eudoxos, loewis, mhammond, schmir, tim.golden, tarek, eric.araujo, brian.curtin, catalin.iacob
2012-11-29 11:20:00eudoxossetmessageid: <1354188000.13.0.922588927087.issue16472@psf.upfronthosting.co.za>
2012-11-29 11:20:00eudoxoslinkissue16472 messages
2012-11-29 11:19:59eudoxoscreate