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 torsten
Recipients ggenellina, gregory.p.smith, gvanrossum, ita1024, jba, jcea, loewis, therve, torsten, vstinner
Date 2016-09-19.13:07:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474290444.34.0.00163056181982.issue1336@psf.upfronthosting.co.za>
In-reply-to
Content
Just got bitten by this problem again.

If anybody else still runs into this, the solution on python2.7 is to install the subprocess32 module from pypi.python.org and use that instead of subprocess.
History
Date User Action Args
2016-09-19 13:07:24torstensetrecipients: + torsten, gvanrossum, loewis, gregory.p.smith, jcea, ggenellina, therve, vstinner, jba, ita1024
2016-09-19 13:07:24torstensetmessageid: <1474290444.34.0.00163056181982.issue1336@psf.upfronthosting.co.za>
2016-09-19 13:07:24torstenlinkissue1336 messages
2016-09-19 13:07:24torstencreate