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 ocean-city
Recipients ocean-city, pakal
Date 2009-03-04.19:48:09
SpamBayes Score 3.961033e-06
Marked as misclassified No
Message-id <1236196091.99.0.170318712232.issue4192@psf.upfronthosting.co.za>
In-reply-to
Content
Probably this happens because receiever.py doesn't wait for flooder.py
termination, and pipe end is closed when recieiver.py terminates.

Does this code work for you?

p = subprocess.Popen("python
flooder.py",stdin=subprocess.PIPE,stdout=subprocess.PIPE)
p.wait()
History
Date User Action Args
2009-03-04 19:48:12ocean-citysetrecipients: + ocean-city, pakal
2009-03-04 19:48:11ocean-citysetmessageid: <1236196091.99.0.170318712232.issue4192@psf.upfronthosting.co.za>
2009-03-04 19:48:10ocean-citylinkissue4192 messages
2009-03-04 19:48:09ocean-citycreate