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 Arfrever
Recipients Arfrever, djc, eric.araujo
Date 2012-02-17.17:47:05
SpamBayes Score 0.0051875506
Marked as misclassified No
Message-id <1329500826.61.0.914162446635.issue14030@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is specific to PyPy. PyPy has no Makefile, so sysconfig.get_config_var("CC") returns None in PyPy. The first paragraph in message #153471 is about a different patch, not this patch.
History
Date User Action Args
2012-02-17 17:47:06Arfreversetrecipients: + Arfrever, djc, eric.araujo
2012-02-17 17:47:06Arfreversetmessageid: <1329500826.61.0.914162446635.issue14030@psf.upfronthosting.co.za>
2012-02-17 17:47:05Arfreverlinkissue14030 messages
2012-02-17 17:47:05Arfrevercreate