--- a/src/eric7/DataViews/PyProfileDialog.py Sun Dec 03 16:44:52 2023 +0100 +++ b/src/eric7/DataViews/PyProfileDialog.py Sun Dec 03 19:46:34 2023 +0100 @@ -182,7 +182,7 @@ # now go through all the files now = time.monotonic() for progress, (func, (cc, nc, tt, ct, _callers)) in enumerate( - list(self.stats.items()), start=1 + self.stats.items(), start=1 ): if self.cancelled: return