Commit 0aec9fb1 authored by Guido van Rossum's avatar Guido van Rossum

Add missing initializer for self._backupfilename. Due to Ralph Butler.

parent 3a8d1f5a
......@@ -142,6 +142,7 @@ class FileInput:
self._filelineno = 0
self._file = None
self._isstdin = 0
self._backupfilename = None
def __del__(self):
self.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment