[issue1703178] link_objects in setup.cfg crashes build

2016-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 520ca3652422 by Benjamin Peterson in branch '2.7': build_ext: correctly parse the link_objects user option (closes #1703178) https://hg.python.org/cpython/rev/520ca3652422 New changeset b2f0a31fa441 by Benjamin Peterson in branch '3.5': build_ext: c

[issue1703178] link_objects in setup.cfg crashes build

2014-12-24 Thread R. David Murray
R. David Murray added the comment: This issue is marked for 2.7, 3.4, and 3.5, but the test runs only on 3.5. -- assignee: -> eric.araujo nosy: +r.david.murray stage: commit review -> patch review ___ Python tracker

[issue1703178] link_objects in setup.cfg crashes build

2014-12-09 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue1703178] link_objects in setup.cfg crashes build

2014-12-09 Thread Valerie Lambert
Valerie Lambert added the comment: Fixed the typo and reuploaded. Thanks for spotting that! -- Added file: http://bugs.python.org/file37403/build_ext_v2.patch ___ Python tracker __

[issue1703178] link_objects in setup.cfg crashes build

2014-12-09 Thread Bruno Cauet
Bruno Cauet added the comment: There's a small typo in the comments: +# make sure cmd.link_objects is turned into a list +# is it's a string Should be: +# make sure cmd.link_objects is turned into a list +# if it's a string -- nosy: +bru __

[issue1703178] link_objects in setup.cfg crashes build

2014-12-08 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. It looks good to me. -- assignee: eric.araujo -> ___ Python tracker ___ ___ P

[issue1703178] link_objects in setup.cfg crashes build

2014-12-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: Donald, can you look at this one-line patch? Éric has not responded. -- nosy: +dstufft, terry.reedy -tarek ___ Python tracker ___ ___

[issue1703178] link_objects in setup.cfg crashes build

2014-10-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue1703178] link_objects in setup.cfg crashes build

2014-10-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Valerie, I cannot review this. If Éric does not respond in a month or two, you might enquire on python-dev or core-mentorship lists. -- stage: test needed -> patch review versions: +Python 3.5 -Python 3.3 ___ Python

[issue1703178] link_objects in setup.cfg crashes build

2014-10-10 Thread Valerie Lambert
Valerie Lambert added the comment: Here is a simple one-line-fix patch with a test. Except for the libraries option, other options separate using ':'. The documentation didn't seem to say much, so I wasn't sure if link_objects should be consistent with that or if it should follow libraries's

[issue1703178] link_objects in setup.cfg crashes build

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- components: -Distutils2 versions: +Python 3.4 -3rd party, Python 3.2 ___ Python tracker ___ ___ Python-

[issue1703178] link_objects in setup.cfg crashes build

2012-04-21 Thread Éric Araujo
Éric Araujo added the comment: The code in build_ext is missing a few ensure_string_list calls; it is a method that converts a string (from the setup.cfg file or command line) into a list, or if the attribute is already a list (if it was given in setup.py) then leave it alone. Recently I fix

[issue1703178] link_objects in setup.cfg crashes build

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Is there still a problem with 2.7 or 3.x? -- nosy: +terry.reedy status: open -> pending versions: +Python 2.7 -Python 2.6, Python 3.0 ___ Python tracker

[issue1703178] link_objects in setup.cfg crashes build

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> tarek components: +Build, Distutils -None nosy: +tarek stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker ___