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 loewis
Recipients
Date 2005-01-27.18:59:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The patch turns out to be incorrect: fflushing(stdin) causes 
undefined behaviour, and indeed does cause problems on OS 
X (fflush fails, and python returns with a non-zero exit 
status). 
 
Reverting the close function for stdin: 
NEWS 1.831.4.166 
sysmodule.c 2.120.6.3 
NEWS 1.1193.2.16 
sysmodule.c 2.126.2.2 
NEWS 1.1234 
sysmodule.c 2.128 
 
History
Date User Action Args
2007-08-23 14:27:50adminlinkissue1074011 messages
2007-08-23 14:27:50admincreate