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 xdegaye
Recipients Roman.Evstifeev, WanderingLogic, asvetlov, brousch, chris.jerdonek, eric.araujo, ezio.melotti, gregory.p.smith, pitrou, r.david.murray, rpetrov, skrah, xdegaye, yan12125
Date 2016-07-19.16:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468946480.2.0.0690705895202.issue16255@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the issue. There is at least already an existing test case: test_subprocess.MiscTests.test_getoutput calls subprocess.getstatusoutput() that runs a Popen instance with shell=True.
History
Date User Action Args
2016-07-19 16:41:20xdegayesetrecipients: + xdegaye, gregory.p.smith, pitrou, ezio.melotti, eric.araujo, rpetrov, r.david.murray, asvetlov, skrah, chris.jerdonek, Roman.Evstifeev, brousch, WanderingLogic, yan12125
2016-07-19 16:41:20xdegayesetmessageid: <1468946480.2.0.0690705895202.issue16255@psf.upfronthosting.co.za>
2016-07-19 16:41:20xdegayelinkissue16255 messages
2016-07-19 16:41:20xdegayecreate