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 rpetrov
Recipients eric.araujo, lkcl, rpetrov
Date 2010-11-28.16:37:15
SpamBayes Score 2.2581264e-06
Marked as misclassified No
Message-id <1290962238.13.0.291244445331.issue5043@psf.upfronthosting.co.za>
In-reply-to
Content
a) NoneType object is not iterable. If the function don't return empty list later distutil will fail on the lines like  libraries.extend(self.dll_libraries)

b) 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.

So I could not found reason this method to exist .
History
Date User Action Args
2010-11-28 16:37:18rpetrovsetrecipients: + rpetrov, lkcl, eric.araujo
2010-11-28 16:37:18rpetrovsetmessageid: <1290962238.13.0.291244445331.issue5043@psf.upfronthosting.co.za>
2010-11-28 16:37:15rpetrovlinkissue5043 messages
2010-11-28 16:37:15rpetrovcreate