--- a/src/eric7/EricUtilities/EricMutexLocker.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/EricUtilities/EricMutexLocker.py Tue Dec 19 19:57:08 2023 +0100 @@ -40,9 +40,12 @@ Special method called when exiting the runtime ccontext. @param exc_type type of an exception raised in the runtime context + @type Class @param exc_value value of an exception raised in the runtime context + @type Exception @param traceback traceback of an exception raised in the runtime context + @type Traceback @return always returns None to not suppress any exception @rtype None """