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 janssen
Recipients janssen
Date 2008-03-20.20:23:13
SpamBayes Score 0.01434983
Marked as misclassified No
Message-id <1206044595.46.0.100105317073.issue2437@psf.upfronthosting.co.za>
In-reply-to
Content
The distutils.unixcompiler.runtime_library_dirs() function, used when
compiling with MinGW or Cygwin on Windows, fails catastrophically
because the return result of sysconfig.get_config_var("CC") returns
None.  It should probably be prepared for that eventuality.
History
Date User Action Args
2008-03-20 20:23:15janssensetspambayes_score: 0.0143498 -> 0.01434983
recipients: + janssen
2008-03-20 20:23:15janssensetspambayes_score: 0.0143498 -> 0.0143498
messageid: <1206044595.46.0.100105317073.issue2437@psf.upfronthosting.co.za>
2008-03-20 20:23:14janssenlinkissue2437 messages
2008-03-20 20:23:13janssencreate