]> granicus.if.org Git - python/commit
Issue #4653: fix typo in flush_std_files()
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 May 2010 00:59:09 +0000 (00:59 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 May 2010 00:59:09 +0000 (00:59 +0000)
commit9467b212f5dd4558443d03584e1ed9bca5a2b780
treeeb36850bd6cd4c27b7e56c08984caa1ee85da000
parent84df1e6c2194f30505cbeb8591bcc8dc8205ce48
Issue #4653: fix typo in flush_std_files()

Don't call sys.stderr.flush() if sys has no stderr attribute or if
sys.stderr==None.
Python/pythonrun.c