summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorLawrence D'Anna <lawrence_danna@apple.com>2019-10-30 09:45:13 -0700
committerLawrence D'Anna <lawrence_danna@apple.com>2019-10-30 09:46:51 -0700
commit3071ebf7b38341e89be04aa64c257c4643e0648c (patch)
treedd8c3ba1dd23d951146cce6085e576635f8c0cb8 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parentfbe7f5e9729ac24374182fca92242f88baa08f90 (diff)
downloadbcm5719-llvm-3071ebf7b38341e89be04aa64c257c4643e0648c.tar.gz
bcm5719-llvm-3071ebf7b38341e89be04aa64c257c4643e0648c.zip
[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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud