[New-bugs-announce] [issue26239] distutils link-objects is not normalized

Jeremy Fergason report at bugs.python.org
Fri Jan 29 17:00:48 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26239>
_______________________________________


More information about the New-bugs-announce mailing list