[Lldb-commits] [PATCH] D56511: [Python] Update PyString_FromString() to work for python 2 and 3.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 9 13:25:43 PST 2019


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

There's two more mentions of this function:

- `unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp`
- `source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp`

I guess these have to be updated as well? Would it be worth to define a PYSTRING_FROM_STRING macro?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56511/new/

https://reviews.llvm.org/D56511





More information about the lldb-commits mailing list