https://bugs.kde.org/show_bug.cgi?id=401512
--- Comment #1 from Maurizio Paolini <paol...@dmf.unicatt.it> --- It seems that the first appearance of strange values for Py_REFCNT appear in the retdict.get function called within CompiledPythonScript PythonScripter::compile( const char* code ) if file scripting/python_scripter.cc ---------------- snippet --------------- ret->ref = 0; ret->calcfunc = retdict.get( "calc" ); ---------------------------------------- I don't know whether the problem is really there and how to debug further -- You are receiving this mail because: You are watching all bug changes.