llvm-project/lldb/packages/Python/lldbsuite
Lawrence D'Anna 3071ebf7b3 [LLDB][PythonFile] fix dangerous borrow semantics on python2
Summary:
It is inherently unsafe to allow a python program to manipulate borrowed
memory from a python object's destructor.     It would be nice to
flush a borrowed file when python is finished with it, but it's not safe
to do on python 2.

Python 3 does not suffer from this issue.

Reviewers: labath, mgorny

Reviewed By: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D69532
2019-10-30 09:46:51 -07:00
..
support [lldbsuite] Remove unused support files 2019-10-29 16:56:59 -07:00
test [LLDB][PythonFile] fix dangerous borrow semantics on python2 2019-10-30 09:46:51 -07:00
test_event [lldbsuite] Remove unused test_event files 2019-10-29 16:56:59 -07:00
.clang-format
__init__.py