commit | cec963a709ec4fa099ea44a8abe67639c5fb8abe | [log] [tgz] |
---|---|---|
author | Enrico Granata <egranata@apple.com> | Fri Aug 24 01:34:39 2012 +0000 |
committer | Enrico Granata <egranata@apple.com> | Fri Aug 24 01:34:39 2012 +0000 |
tree | 3d3c37e7f27ac54b7fb7391049b34438016ed110 | |
parent | 3e85b6378d312866ab25eb5623d9b8253bc498f8 [diff] [blame] |
Fixing a bunch of issues with the OS plugin code git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@162527 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/python-wrapper.swig b/scripts/Python/python-wrapper.swig index a2c7a48..1acbe27 100644 --- a/scripts/Python/python-wrapper.swig +++ b/scripts/Python/python-wrapper.swig
@@ -779,7 +779,7 @@ if (PyCallable_Check (pfunc)) { - PyObject *argList = Py_BuildValue("S", SBProc_PyObj); + PyObject *argList = Py_BuildValue("(O)", SBProc_PyObj); if (PyErr_Occurred ()) {