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 2014-02-18.16:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+Tc7Nwdeg_3KWjra+g7nxrCEkRp1oJyJ5L7efvqVaLiQ@mail.gmail.com>
In-reply-to <1392716441.66.0.977323063086.issue19612@psf.upfronthosting.co.za>
Content
LGTM. Please commit in both repos and add to the list of cherrypicks for
Larry.

On Tue, Feb 18, 2014 at 1:40 AM, STINNER Victor <report@bugs.python.org>wrote:

>
> STINNER Victor added the comment:
>
> If I add a sleep of 1 second before stdin.write(), the test always fail
> with OSError(22, "Invalid parameter"). So it becomes obvious that the write
> fails if the process already exited.
>
> Attached patch should fix the issue. Can someone review it?
>
> The test fails also on Python 3.3.
>
> ----------
> keywords: +patch
> versions: +Python 3.3
> Added file: http://bugs.python.org/file34131/communicate_epipe.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue19612>
> _______________________________________
>
History
Date User Action Args
2014-02-18 16:14:57gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, tim.golden, neologix
2014-02-18 16:14:57gvanrossumlinkissue19612 messages
2014-02-18 16:14:57gvanrossumcreate