Closes #21742: Merged fix from 3.4.

This commit is contained in:
Vinay Sajip 2014-06-14 10:23:20 +01:00
commit f8e9ba0fb9
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ def emit(self, record):
# we have an open file handle, clean it up
self.stream.flush()
self.stream.close()
self.stream = None # See Issue #21742: _open () might fail.
# open a new file handle and get new stat info from that fd
self.stream = self._open()
self._statstream()