diff -r de7ce3542025 -r 82c461fa8a68 eric6/DebugClients/Python/DebugClientBase.py --- a/eric6/DebugClients/Python/DebugClientBase.py Sat Dec 05 18:13:05 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Sat Dec 05 18:25:31 2020 +0100 @@ -195,7 +195,6 @@ self.callTraceEnabled = None - self.compile_command = codeop.CommandCompiler() self.coding_re = re.compile(r"coding[:=]\s*([-\w_.]+)")