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 belopolsky
Recipients belopolsky, eric.araujo, jcea, nadeem.vawda, pasma10@concepts.nl, vstinner
Date 2011-04-15.19:52:12
SpamBayes Score 5.107026e-15
Marked as misclassified No
Message-id <1302897132.93.0.596611528176.issue11851@psf.upfronthosting.co.za>
In-reply-to
Content
I get the same:


$ python2.7
Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdin.flush()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 9] Bad file descriptor

I'll look further.
History
Date User Action Args
2011-04-15 19:52:13belopolskysetrecipients: + belopolsky, jcea, vstinner, nadeem.vawda, eric.araujo, pasma10@concepts.nl
2011-04-15 19:52:12belopolskysetmessageid: <1302897132.93.0.596611528176.issue11851@psf.upfronthosting.co.za>
2011-04-15 19:52:12belopolskylinkissue11851 messages
2011-04-15 19:52:12belopolskycreate