Message9135

Author pekka.klarck
Recipients pekka.klarck
Date 2014-10-13.21:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413234823.54.0.0124437082696.issue2218@psf.upfronthosting.co.za>
In-reply-to
Content
The bug can be reproduced by running the attached script. With Python 2.7 you get "start", as expected, bu with Jython 2.7b3 you get:

Traceback (most recent call last):
  File "terminate_pipe_bug.py", line 15, in <module>
    print p.stdout.read()
IOError: Stream closed
History
Date User Action Args
2014-10-13 21:13:43pekka.klarcksetrecipients: + pekka.klarck
2014-10-13 21:13:43pekka.klarcksetmessageid: <1413234823.54.0.0124437082696.issue2218@psf.upfronthosting.co.za>
2014-10-13 21:13:43pekka.klarcklinkissue2218 messages
2014-10-13 21:13:43pekka.klarckcreate