Sat, 01 Mar 2025 17:30:59 +0100
Fixed an issue observed doing multi process debugging of the jedi completion service.
src/eric7/DebugClients/Python/AsyncFile.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/DebugClients/Python/AsyncFile.py Sat Mar 01 16:39:21 2025 +0100 +++ b/src/eric7/DebugClients/Python/AsyncFile.py Sat Mar 01 17:30:59 2025 +0100 @@ -69,6 +69,9 @@ self.writeLock = threading.RLock() self.wpending = [] + self.buffer = self + # The 'io.BufferedWriter' object points to ourselves. + def __checkMode(self, mode): """ Private method to check the mode.