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 jkloth
Recipients asvetlov, chris.jerdonek, ezio.melotti, jkloth, serhiy.storchaka
Date 2013-01-30.11:03:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359543792.15.0.00221098342091.issue16903@psf.upfronthosting.co.za>
In-reply-to
Content
I would suggest that this be bumped to release blocker as currently passing bytes to communicate with universal_newlines=True on Windows causes the process to hang (see issue17077).

The backported test case passes on Windows without any changes to subprocess.py so this is a POSIX-only bug.
History
Date User Action Args
2013-01-30 11:03:12jklothsetrecipients: + jkloth, ezio.melotti, asvetlov, chris.jerdonek, serhiy.storchaka
2013-01-30 11:03:12jklothsetmessageid: <1359543792.15.0.00221098342091.issue16903@psf.upfronthosting.co.za>
2013-01-30 11:03:12jklothlinkissue16903 messages
2013-01-30 11:03:11jklothcreate