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 eryksun
Recipients ericshenjs, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-08-03.04:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501736303.29.0.120474547558.issue31112@psf.upfronthosting.co.za>
In-reply-to
Content
Python uses the C runtime wmain entry point, which parses the commandline string into an argument array using documented rules [1]. The quoted string "-m locust.main -V" is passed as a single argument instead of the expected three arguments: ["-m", "locust.main", "-V"].

[1]: https://msdn.microsoft.com/en-us/library/17w5ykft
History
Date User Action Args
2017-08-03 04:58:23eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, ericshenjs
2017-08-03 04:58:23eryksunsetmessageid: <1501736303.29.0.120474547558.issue31112@psf.upfronthosting.co.za>
2017-08-03 04:58:23eryksunlinkissue31112 messages
2017-08-03 04:58:23eryksuncreate