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
..
2019-09-04 07:46:25 +00:00
2019-10-04 20:49:44 +00:00
2019-10-16 19:14:49 +00:00
2019-09-04 07:46:25 +00:00
2019-10-23 09:26:57 -07:00
2019-09-26 10:57:11 +00:00
2019-10-30 14:46:00 +01:00
2019-10-19 00:30:30 +00:00
2019-09-05 06:55:23 +00:00
2019-10-21 22:16:28 +00:00
2019-09-25 00:36:00 +00:00
2019-10-10 21:49:25 +00:00
2019-10-10 17:59:18 +00:00
2019-10-10 17:27:09 +00:00
2019-10-30 09:46:51 -07:00
2019-09-25 00:36:00 +00:00
2019-08-29 18:37:05 +00:00
2019-09-04 07:46:25 +00:00
2019-09-05 07:35:45 +00:00
2019-08-02 08:06:22 +00:00
2019-10-21 20:50:45 +00:00
2019-09-04 07:46:25 +00:00
2019-08-02 08:06:22 +00:00
2019-08-02 08:06:22 +00:00
2019-10-10 17:27:09 +00:00
2019-08-02 08:06:22 +00:00
2019-09-11 21:23:45 +00:00
2019-10-10 17:27:09 +00:00
2019-10-10 17:27:09 +00:00
2019-01-19 08:50:56 +00:00
2018-07-27 22:20:59 +00:00
2019-09-04 07:46:25 +00:00
2019-09-04 09:20:08 +00:00
2019-07-26 01:58:18 +00:00
2019-10-16 19:14:49 +00:00
2019-06-26 16:12:08 +00:00
2019-10-28 13:24:07 -07:00
2019-10-28 16:15:09 -07:00
2019-08-02 08:06:22 +00:00
2018-12-17 21:18:12 +00:00
2019-07-19 15:55:23 +00:00
2019-08-28 16:28:58 +00:00