Fix potential file i/o problem with python handles.
llvm-svn: 250838
This commit is contained in:
@@ -605,6 +605,11 @@ PythonDictionary::CreateStructuredDictionary() const
|
||||
return result;
|
||||
}
|
||||
|
||||
PythonFile::PythonFile()
|
||||
: PythonObject()
|
||||
{
|
||||
}
|
||||
|
||||
PythonFile::PythonFile(File &file, const char *mode)
|
||||
{
|
||||
Reset(file, mode);
|
||||
|
||||
Reference in New Issue
Block a user