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 cpegeric
Recipients
Date 2007-06-14.01:28:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
command line also get stuck.  The OS is MacOSX.  Python version 2.3.5.  Will it help update to new version?

I quited the program by Ctrl-C.

 python -c 'import sys, os; sys.stdout.write(os.popen("yes | echo hello").read())'
^CTraceback (most recent call last):
  File "<string>", line 1, in ?
KeyboardInterrupt



% python -c 'import sys, os; sys.stdout.write(os.popen3("yes | echo hello")[1].read())'
^CTraceback (most recent call last):
  File "<string>", line 1, in ?
KeyboardInterrupt

History
Date User Action Args
2007-08-23 14:54:59adminlinkissue1736483 messages
2007-08-23 14:54:59admincreate