This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, mschatte, tarek, terry.reedy
Date 2012-04-22.05:53:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335073982.95.0.526957608563.issue1703178@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-22 05:53:03eric.araujosetrecipients: + eric.araujo, terry.reedy, mschatte, tarek, alexis
2012-04-22 05:53:02eric.araujosetmessageid: <1335073982.95.0.526957608563.issue1703178@psf.upfronthosting.co.za>
2012-04-22 05:53:02eric.araujolinkissue1703178 messages
2012-04-22 05:53:02eric.araujocreate