Author MrJean1
Recipients MrJean1, gvanrossum, nnorwitz
Date 2007-10-27.18:48:09
SpamBayes Score 0.0301835
Marked as misclassified No
Message-id <1193510890.19.0.141740150722.issue1329@psf.upfronthosting.co.za>
In-reply-to
Content
It is quite common to pre-load libraries into existing binaries e.g. for 
profiling  Typically, those write to stdout or stderr only if the option 
for an output file is not used.  That is how I happened to run into the 
issue the other day.

For a while, the initial symptoms looked like the different exit 
behavior in 3.0a1 might be a serious problem.  It was not obvious that  
stdout and -err might have been closed and caused the difference.  All 
the Python 2.x versions never closed stdout and -err.

Therefore, 3.0 should probably not do that either.  But that is really 
your call.
History
Date User Action Args
2007-10-27 18:48:10MrJean1setspambayes_score: 0.0301835 -> 0.0301835
recipients: + MrJean1, gvanrossum, nnorwitz
2007-10-27 18:48:10MrJean1setspambayes_score: 0.0301835 -> 0.0301835
messageid: <1193510890.19.0.141740150722.issue1329@psf.upfronthosting.co.za>
2007-10-27 18:48:10MrJean1linkissue1329 messages
2007-10-27 18:48:09MrJean1create