diff -r 3a240d3f3b8c -r f3817c476a62 src/eric7/QScintilla/EditorAssembly.py --- a/src/eric7/QScintilla/EditorAssembly.py Tue Jan 10 09:19:32 2023 +0100 +++ b/src/eric7/QScintilla/EditorAssembly.py Tue Jan 10 09:38:34 2023 +0100 @@ -161,6 +161,7 @@ self.__editor.cursorLineChanged.disconnect( self.__editorCursorLineChanged ) + with contextlib.suppress(TypeError): self.__parseTimer.timeout.disconnect(self.__parseEditor) self.__globalsCombo.clear()