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 jdfergason
Recipients dstufft, eric.araujo, jdfergason
Date 2016-01-29.22:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454104848.79.0.657615243425.issue26239@psf.upfronthosting.co.za>
In-reply-to
Content
When giving setup.cfg a link-objects argument build fails with an error message about cannot concatenate string with list.  

Need to add the following line to: Lib/distutils/command/build_ext.py

self.ensure_string_list('link_objects')

See patch here:

https://github.com/jdfergason/cpython/compare/master...jdfergason-distutils-fix?quick_pull=1
History
Date User Action Args
2016-01-29 22:00:48jdfergasonsetrecipients: + jdfergason, eric.araujo, dstufft
2016-01-29 22:00:48jdfergasonsetmessageid: <1454104848.79.0.657615243425.issue26239@psf.upfronthosting.co.za>
2016-01-29 22:00:48jdfergasonlinkissue26239 messages
2016-01-29 22:00:48jdfergasoncreate