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 Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt, georg.brandl, mkc, pitrou, terry.reedy
Date 2011-11-21.15:18:19
SpamBayes Score 1.8550421e-05
Marked as misclassified No
Message-id <1321888700.56.0.103830046171.issue13444@psf.upfronthosting.co.za>
In-reply-to
Content
not sure if this is to be considered a bug,
but python3.2 tries to flush sys.stdout on shutdown, even if its closed

$ python3.2 -c 'import sys;sys.stdout.close()'
Exception ValueError: 'I/O operation on closed file.' in <_io.TextIOWrapper name='<stdout>' mode='w' encoding='ANSI_X3.4-1968'> ignored

its related to how Issue #5319 was fixed
History
Date User Action Args
2011-11-21 15:18:20Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt, georg.brandl, terry.reedy, mkc, pitrou
2011-11-21 15:18:20Ronny.Pfannschmidtsetmessageid: <1321888700.56.0.103830046171.issue13444@psf.upfronthosting.co.za>
2011-11-21 15:18:19Ronny.Pfannschmidtlinkissue13444 messages
2011-11-21 15:18:19Ronny.Pfannschmidtcreate