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 theller
Recipients aheider, cgohlke, christian.heimes, egaudry, jdetaeye, koen, lemburg, loewis, mhammond, ntouran, skrah, srid, theller, zhirsch
Date 2010-04-26.14:40:11
SpamBayes Score 1.979059e-08
Marked as misclassified No
Message-id <1272292813.81.0.465932723741.issue4120@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this issue is really done.  The current state works fine, but there is one problem remaining:

There are Python extensions that seem to need a manifest pointing to the MSVC runtime libs:  dlls that start in-process com servers, like pythoncom.dll (from the PyWin32 extension), and also _ctypes.pyd plays this role.

First question: Open a new issue, or discuss it in this one (and repoen it)?
History
Date User Action Args
2010-04-26 14:40:14thellersetrecipients: + theller, lemburg, loewis, mhammond, christian.heimes, koen, aheider, zhirsch, jdetaeye, srid, cgohlke, skrah, ntouran, egaudry
2010-04-26 14:40:13thellersetmessageid: <1272292813.81.0.465932723741.issue4120@psf.upfronthosting.co.za>
2010-04-26 14:40:11thellerlinkissue4120 messages
2010-04-26 14:40:11thellercreate