[all-commits] [llvm/llvm-project] 30a292: [ScriptInterpreterPython] Remove buggy code to sav...
Davide Italiano via All-commits
all-commits at lists.llvm.org
Tue Apr 7 12:43:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30a292c25df327eb35b341b919c4e9b5e80323be
https://github.com/llvm/llvm-project/commit/30a292c25df327eb35b341b919c4e9b5e80323be
Author: Davide Italiano <ditaliano at apple.com>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
[ScriptInterpreterPython] Remove buggy code to save/restore stdin.
Discussed on lldb-dev with Pavel Labath. This doesn't work for
background processes [causes Python to be stuck forever], and it's
unclear whether it's needed. There's no test, also. If this turns
out to be useful, it can be recommitted with a functional implementation
and a test.
More information about the All-commits
mailing list