Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.7.2
-
None
-
Windows 10, Visual Studio Code, Python 3.12.2, CPython
Description
Calling clearError() in the slot connected to errorOcurrred() causes infinite recursion. My guess is that clearError() modifies the error attribute, causing errorOcurrred() signal to emit, executing clearError() in the slot, and so on.