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 eric.araujo, mgiuca, r.david.murray, tarek
Date 2014-03-20.01:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395278203.32.0.854851369335.issue8987@psf.upfronthosting.co.za>
In-reply-to
Content
I’m more inclined to use the proposed patch rather than list2cmdline, given the issue linked.

I would not like a fix for this to break people’s setup.py scripts; it would be good to know if people work around this bug by monkey-patching the _nt_quote_args function, escaping quotes themselves, or something else.

If the proposed patch is the right solution, unit tests for _nt_quote_args would be needed, plus a high-level test that builds an extension module with a flag like '-DMODULE_VERSION="1.0.5"', so that the windows buildbots can confirm this works.
History
Date User Action Args
2014-03-20 01:16:44eric.araujosetrecipients: + eric.araujo, tarek, mgiuca, r.david.murray
2014-03-20 01:16:43eric.araujosetmessageid: <1395278203.32.0.854851369335.issue8987@psf.upfronthosting.co.za>
2014-03-20 01:16:42eric.araujolinkissue8987 messages
2014-03-20 01:16:40eric.araujocreate