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 tarek
Recipients khinsen, naufraghi, ronaldoussoren, rsanchezsaez, tarek
Date 2009-12-17.10:11:07
SpamBayes Score 0.0021106775
Marked as misclassified No
Message-id <1261044669.09.0.602312991973.issue3588@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Ronald: making sure all variables in Makefile provide
values that can work in any environment just because distutils offers an
API to read them would be a major pain.

What is planned is to remove sysconfig from distutils, and have it in
the stdlib, with a private module built when ./configure is called, that
would contain these variables. 

And maybe we could filter out some variables in this process to keep
only the ones that can be used by code in all environments.

IOW, if python-config provides what you need, LINKFORSHARED could be
filtered out so the API cannot return it.
History
Date User Action Args
2009-12-17 10:11:09tareksetrecipients: + tarek, ronaldoussoren, naufraghi, khinsen, rsanchezsaez
2009-12-17 10:11:09tareksetmessageid: <1261044669.09.0.602312991973.issue3588@psf.upfronthosting.co.za>
2009-12-17 10:11:07tareklinkissue3588 messages
2009-12-17 10:11:07tarekcreate