From 32064024b93d7d0b5225ac576b7684f604c352bf Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 20 Oct 2015 17:38:49 +0000 Subject: Fix potential file i/o problem with python handles. llvm-svn: 250838 --- lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index 2fc6c1c64e4c..eff2efab1d72 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -334,6 +334,7 @@ public: class PythonFile : public PythonObject { public: + PythonFile(); PythonFile(File &file, const char *mode); PythonFile(const char *path, const char *mode); PythonFile(PyRefType type, PyObject *o); -- cgit v1.2.3