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 jpsc986_hj
Recipients
Date 2006-05-26.23:30:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Look like I have similar problem with cygwin


I do the followings

   si,so,se = os.popen3('make all')
   dresult = so.readlines()
   eresult = so.readlines()

where make all does a build - and with tons of error 
on stderror.  After x minutes, I can see the program 
to lock up.  


History
Date User Action Args
2007-08-23 14:40:16adminlinkissue1495802 messages
2007-08-23 14:40:16admincreate