New submission from Barry A. Warsaw <ba...@python.org>: 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. ---------- assignee: georg.brandl files: configdir.diff keywords: patch messages: 166491 nosy: barry, georg.brandl priority: release blocker severity: normal status: open title: Add python-config --configdir option versions: Python 3.3 Added file: http://bugs.python.org/file26528/configdir.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15458> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com