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 gregory.p.smith
Recipients aonishuk, gps, gregory.p.smith, ppperry, r.david.murray
Date 2016-07-07.00:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467851604.12.0.0548119027188.issue27448@psf.upfronthosting.co.za>
In-reply-to
Content
ah, okay, that makes much more sense and is indeed a bug.

Recommendation given that most people won't be using a python 2.7 version that has this and tons of other subprocess from a threaded process bugs fixed: Use subprocess32 where this isn't a problem.
History
Date User Action Args
2016-07-07 00:33:24gregory.p.smithsetrecipients: + gregory.p.smith, gps, r.david.murray, ppperry, aonishuk
2016-07-07 00:33:24gregory.p.smithsetmessageid: <1467851604.12.0.0548119027188.issue27448@psf.upfronthosting.co.za>
2016-07-07 00:33:24gregory.p.smithlinkissue27448 messages
2016-07-07 00:33:23gregory.p.smithcreate