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 Safihre
Recipients Safihre, amaury.forgeotdarc, andersjm, brotch, gregcouch, jnoller, kcwu, mclausch, ocean-city, terry.reedy, tim.golden, xianyiteng
Date 2017-10-04.09:12:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507108364.11.0.213398074469.issue1759845@psf.upfronthosting.co.za>
In-reply-to
Content
Although this issue is very old, in case anyone else like us need this functionality I created a package that implements the proposed C-fix.
https://pypi.python.org/pypi/subprocessww
Simply "import subprocessww" and POpen is patched. We tested it and it does the job pretty well, haven't run into special situations yet.

We really want to upgrade our app to Python 3, but currently lack the manpower to go over our app line by line. It's not a simple 2to3 conversion, unfortunately.
History
Date User Action Args
2017-10-04 09:12:44Safihresetrecipients: + Safihre, terry.reedy, amaury.forgeotdarc, gregcouch, andersjm, ocean-city, mclausch, brotch, tim.golden, kcwu, jnoller, xianyiteng
2017-10-04 09:12:44Safihresetmessageid: <1507108364.11.0.213398074469.issue1759845@psf.upfronthosting.co.za>
2017-10-04 09:12:44Safihrelinkissue1759845 messages
2017-10-04 09:12:43Safihrecreate