teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Pavel Labath 5457b426f5 Fix PythonString::GetString for >=python-3.7
The return value of PyUnicode_AsUTF8AndSize is now "const char *".

Thanks to Brett Neumeier for testing the patch out on python 3.7.

llvm-svn: 337908
2018-07-25 11:35:28 +00:00
..
CMakeLists.txt ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
lldb-python.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonDataObjects.cpp Fix PythonString::GetString for >=python-3.7 2018-07-25 11:35:28 +00:00
PythonDataObjects.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.cpp Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.h Partially revert r335236 2018-06-21 17:36:32 +00:00
ScriptInterpreterPython.cpp [NFC] Minor code refactoring. 2018-07-23 20:56:49 +00:00
ScriptInterpreterPython.h Get rid of the C-string parameter in DoExecute 2018-07-12 22:28:52 +00:00