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 haubi
Recipients haubi
Date 2014-06-04.12:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401886292.62.0.0451019562691.issue21660@psf.upfronthosting.co.za>
In-reply-to
Content
On the way to fix issue#15590 especially for AIX, I've discovered that the values provided by config.status used to substitute @TOKEN@ in python-config, python.pc as well as python-config.py may contain references to Makefile variables not known within config.status.

So I thought to use the sysconfig.get_config_vars() here as an additional source for replaceable tokens.

This also allows to remove the hackisch @EXENAME@ sedding for python-config.py, as well as to replace the @SO@ seen in python-config.sh.
History
Date User Action Args
2014-06-04 12:51:32haubisetrecipients: + haubi
2014-06-04 12:51:32haubisetmessageid: <1401886292.62.0.0451019562691.issue21660@psf.upfronthosting.co.za>
2014-06-04 12:51:32haubilinkissue21660 messages
2014-06-04 12:51:32haubicreate