Message 73703 - Python tracker
Message73703
| 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:22 | rpetrov | set | recipients: + rpetrov, dstanek, ocean-city, christian.heimes, jayvee |
| 2008-09-24 10:24:22 | rpetrov | set | messageid: <1222251862.58.0.997194843069.issue2445@psf.upfronthosting.co.za> |
| 2008-09-24 10:24:20 | rpetrov | link | issue2445 messages |
| 2008-09-24 10:24:20 | rpetrov | create | |