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 gvanrossum
Recipients gvanrossum, neologix, pitrou, tim.golden, vstinner
Date 2013-11-24.19:18:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385320737.24.0.209589010463.issue19612@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know much about subprocess.py and I don't have access to Windows 8.  But it looks like the kind of thing that might happen if the other end of the "pipe" is closed, which might happen if the subprocess exits early, either because it's just fast or because it's encountered some other bug.
History
Date User Action Args
2013-11-24 19:18:57gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, tim.golden, neologix
2013-11-24 19:18:57gvanrossumsetmessageid: <1385320737.24.0.209589010463.issue19612@psf.upfronthosting.co.za>
2013-11-24 19:18:57gvanrossumlinkissue19612 messages
2013-11-24 19:18:57gvanrossumcreate