I am having a crash in 3.2. It happens after an external module is imported. Any clues....this seems to be a regression vs. 3.1.
python36.dll!PyObject_CallFunctionObjArgs(_object * callable, ...) Line 2811 C python36.dll!_dir_object(_object * obj) Line 1318 C > PythonQt-Qt5-Python36.dll!PythonQt::introspectObject(_object * object, PythonQt::ObjectType type) Line 1074 C++ PythonQt-Qt5-Python36.dll!PythonQt::introspection(_object * module, const QString & objectname, PythonQt::ObjectType type) Line 1024 C++ PythonQt-Qt5-Python36.dll!PythonQtScriptingConsole::handleTabCompletion() Line 302 C++ PythonQt-Qt5-Python36.dll!PythonQtScriptingConsole::keyPressEvent(QKeyEvent * event) Line 464 C++
I found the issue. The external module was messing the event loop.
Log in to post a comment.
I am having a crash in 3.2. It happens after an external module is imported. Any clues....this seems to be a regression vs. 3.1.
I found the issue. The external module was messing the event loop.