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 eric.araujo
Recipients eric.araujo, lkcl, rpetrov
Date 2011-05-29.17:21:40
SpamBayes Score 1.7624295e-07
Marked as misclassified No
Message-id <1306689701.57.0.0316506044794.issue5043@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for explaining.

> a) NoneType object is not iterable. If the function don't return empty list
> later distutil will fail

Possible fix: self.dll_libraries = get_msvcr() or []

> method for detection of a msvc runtime is not correct. If the method
> return a library GCC will link to two c-runtimes. Also some function
> dearation are not visible if is not specified appropriate
> preprocessor directive.

Can you propose fixes for those?  Also, how to test it?

> So I could not found reason this method to exist .

“Include the appropriate MSVC runtime library if Python was built with MSVC 7.0 or later.”
History
Date User Action Args
2011-05-29 17:21:41eric.araujosetrecipients: + eric.araujo, lkcl, rpetrov
2011-05-29 17:21:41eric.araujosetmessageid: <1306689701.57.0.0316506044794.issue5043@psf.upfronthosting.co.za>
2011-05-29 17:21:41eric.araujolinkissue5043 messages
2011-05-29 17:21:40eric.araujocreate