gregor-anich-uibk

Results 3 issues of gregor-anich-uibk

Sorry for breaking the old build system :disappointed: The changes to PythonQt(Safe)ObjectPtr are only needed if one calls Py_Finalize() I believe. In this case the destructor calls Py_DECREF after the...

Fix is in commit 5b22184. If a slot raises a python exception the python function must return NULL PyObject.

Hello, I use a custom wrapper to provide operators etc for a class. I also provide the py_toString function. Problem is if I return an empty string, then PythonQtInstanceWrapper_str returns...