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 David.Edelsohn
Recipients David.Edelsohn, db3l, gvanrossum, larry, ncoghlan, neologix, pitrou, python-dev, skrah
Date 2013-10-20.02:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382237140.17.0.876748290415.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
I added

        if not buf: break

after
        buf = os.read()

to echo.py, echo2.py and echo3.py.  They now exit and do not spin, but the test still hangs.
History
Date User Action Args
2013-10-20 02:45:40David.Edelsohnsetrecipients: + David.Edelsohn, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev
2013-10-20 02:45:40David.Edelsohnsetmessageid: <1382237140.17.0.876748290415.issue19293@psf.upfronthosting.co.za>
2013-10-20 02:45:40David.Edelsohnlinkissue19293 messages
2013-10-20 02:45:40David.Edelsohncreate