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 eric.araujo
Recipients Arfrever, djc, eric.araujo
Date 2012-02-18.02:03:05
SpamBayes Score 4.4361226e-05
Marked as misclassified No
Message-id <1329530586.67.0.157393833314.issue14030@psf.upfronthosting.co.za>
In-reply-to
Content
> PyPy has no Makefile, so sysconfig.get_config_var("CC") returns None in PyPy.
Do you think the stdlib sysconfig could be changed to make this call return something meaningful, or should the code use another method to find the compiler to use?

(Getting config vars for 'SO' is one of the (surprisingly few) issues I’ve found when trying to run distutils2 tests with PyPy, I’d love to fix it.)
History
Date User Action Args
2012-02-18 02:03:06eric.araujosetrecipients: + eric.araujo, djc, Arfrever
2012-02-18 02:03:06eric.araujosetmessageid: <1329530586.67.0.157393833314.issue14030@psf.upfronthosting.co.za>
2012-02-18 02:03:06eric.araujolinkissue14030 messages
2012-02-18 02:03:05eric.araujocreate