Refactor and improve rdcarray/rdcstr interface

* We are going to replace all std::string/std::vector use with these.
This commit is contained in:
baldurk
2019-12-05 15:11:38 +00:00
parent 8e21b28785
commit ec7a852582
6 changed files with 802 additions and 41 deletions
@@ -1138,7 +1138,7 @@ PyObject *PythonContext::outstream_write(PyObject *self, PyObject *args)
_frame *frame = PyEval_GetFrame();
while(message.back() == '\n' || message.back() == '\r')
message.erase(message.size() - 1);
message.pop_back();
QString filename = lit("unknown");
int line = 0;