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 barry
Recipients barry, georg.brandl
Date 2012-07-26.15:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343317375.87.0.261249641765.issue15458@psf.upfronthosting.co.za>
In-reply-to
Content
To assist with vendor builds, Matthias has requested added a --configdir option to the python3-config script.  This would return sysconfig.get_config_var('LIBPL').  The value is embedded in the output for --ldflags, but not in a convenient way.

The change is fairly trivial; see attached patch.  I am assigning this to Georg and making it a release blocker because I would like to get a freeze exemption for Python 3.3.  If Georg agrees, I will commit the patch.  If not, please twiddle Priority, Versions, and Assigned To as appropriate.
History
Date User Action Args
2012-07-26 15:42:55barrysetrecipients: + barry, georg.brandl
2012-07-26 15:42:55barrysetmessageid: <1343317375.87.0.261249641765.issue15458@psf.upfronthosting.co.za>
2012-07-26 15:42:55barrylinkissue15458 messages
2012-07-26 15:42:54barrycreate