Éric Araujo <mer...@netwok.org> 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 fixed the same bug with the build_ext --libraries option 
(#1326113), so it’s easy to make a patch with the same kind of tests and the 
code fix.

----------
assignee: tarek -> eric.araujo
components: +Distutils2 -Build
keywords: +easy
nosy: +alexis, eric.araujo
status: pending -> open
versions: +3rd party, Python 3.2, Python 3.3

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

Reply via email to