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 serhiy.storchaka
Recipients Konrad, dstufft, eric.araujo, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-02-24.11:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456314708.04.0.320470784866.issue26425@psf.upfronthosting.co.za>
In-reply-to
Content
This is not related to issue22587. The problem is that sysconfig.get_config_var("CC") returns None. This may be a bug in the distutils package, in the bsddb3 extension, in MinGW32, or in user configuration.
History
Date User Action Args
2016-02-24 11:51:48serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, Konrad
2016-02-24 11:51:48serhiy.storchakasetmessageid: <1456314708.04.0.320470784866.issue26425@psf.upfronthosting.co.za>
2016-02-24 11:51:48serhiy.storchakalinkissue26425 messages
2016-02-24 11:51:47serhiy.storchakacreate