llvm-project/lldb/source/Plugins/ScriptInterpreter
Lawrence D'Anna 03819d1c80 eliminate one form of PythonObject::Reset()
Summary:
I'd like to eliminate all forms of Reset() and all public constructors
on these objects, so the only way to make them is with Take<> and Retain<>
and the only way to copy or move them is with actual c++ copy, move, or
assignment.

This is a simple place to start.

Reviewers: JDevlieghere, clayborg, labath, jingham

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69080

llvm-svn: 375182
2019-10-17 22:22:09 +00:00
..
None remove File::SetStream(), make new files instead. 2019-09-27 14:33:35 +00:00
Python eliminate one form of PythonObject::Reset() 2019-10-17 22:22:09 +00:00
CMakeLists.txt ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00