[issue26239] distutils link-objects is not normalized

2019-01-10 Thread Cheryl Sabella
Cheryl Sabella added the comment: This was fixed in issue 1703178. -- nosy: +cheryl.sabella resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> link_objects in setup.cfg crashes build ___ Python tracker

[issue26239] distutils link-objects is not normalized

2016-01-29 Thread Jeremy Fergason
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: http