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 christian.heimes, dstanek, jayvee, ocean-city, rpetrov
Date 2008-09-24.10:24:20
SpamBayes Score 1.2050093e-06
Marked as misclassified No
Message-id <1222251862.58.0.997194843069.issue2445@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot  an another issue in CygwinCCompiler __init__:
if gcc isn't version "2.91.57" then method will set dll_libraries to
result of get_msvcr(), but the result may be is None. In this case link
method fail on the line libraries.extend(self.dll_libraries).
History
Date User Action Args
2008-09-24 10:24:22rpetrovsetrecipients: + rpetrov, dstanek, ocean-city, christian.heimes, jayvee
2008-09-24 10:24:22rpetrovsetmessageid: <1222251862.58.0.997194843069.issue2445@psf.upfronthosting.co.za>
2008-09-24 10:24:20rpetrovlinkissue2445 messages
2008-09-24 10:24:20rpetrovcreate