src/eric7/DebugClients/Python/MultiprocessingExtension.py

branch
eric7-maintenance
changeset 11118
967a88a16a21
parent 11090
f5f5f5803935
child 11148
15e30f0c76a8
equal deleted inserted replaced
11064:c2cb561a39b0 11118:967a88a16a21
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2020 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2020 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a function to patch multiprocessing.Process to support 7 Module implementing a function to patch multiprocessing.Process to support
8 debugging of the process. 8 debugging of the process.

eric ide

mercurial