New submission from Jeremy Fergason:

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

----------
components: Distutils
messages: 259223
nosy: dstufft, eric.araujo, jdfergason
priority: normal
severity: normal
status: open
title: distutils link-objects is not normalized
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26239>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to