diff -r 8ec83a027a21 -r 4c9cf117acf6 eric6/UI/PythonDisViewer.py --- a/eric6/UI/PythonDisViewer.py Thu Oct 01 17:39:16 2020 +0200 +++ b/eric6/UI/PythonDisViewer.py Thu Oct 01 17:46:14 2020 +0200 @@ -436,6 +436,8 @@ except AttributeError: # does not exist prior to 3.8.0 codeInfoDict["posonlyargcount"] = 0 + + return codeInfoDict def __loadDIS(self): """