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 nascheme
Recipients berker.peksag, cryvate, eric.araujo, nascheme, ncoghlan, ned.deily, pitrou, serhiy.storchaka, tarek, vstinner
Date 2017-12-03.04:57:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512277078.06.0.213398074469.issue19610@psf.upfronthosting.co.za>
In-reply-to
Content
I like Nick's idea of calling list() to fix the argument.  I've created a PR that implements it.  I also generate a RuntimeWarning since if we document them as needing to be lists, we should at least warn for invalid types.  The RuntimeWarning will be seen if you call setup.py directly which should have the effect of eventually pushing package authors to fix their code.
History
Date User Action Args
2017-12-03 04:57:58naschemesetrecipients: + nascheme, ncoghlan, pitrou, vstinner, tarek, ned.deily, eric.araujo, berker.peksag, serhiy.storchaka, cryvate
2017-12-03 04:57:58naschemesetmessageid: <1512277078.06.0.213398074469.issue19610@psf.upfronthosting.co.za>
2017-12-03 04:57:58naschemelinkissue19610 messages
2017-12-03 04:57:57naschemecreate