eric7/DebugClients/Python/ThreadExtension.py

branch
eric7
changeset 8334
c113428ecff3
parent 8312
800c432b34c8
child 8881
54e42bc2437a
equal deleted inserted replaced
8333:12948ec78ca0 8334:c113428ecff3
222 ## debugging of threads. 222 ## debugging of threads.
223 ####################################################################### 223 #######################################################################
224 224
225 def patchPyThread(self, module): 225 def patchPyThread(self, module):
226 """ 226 """
227 Public method to patch Python _thread (Python3) and thread (Python2) 227 Public method to patch Python _thread module.
228 modules.
229 228
230 @param module reference to the imported module to be patched 229 @param module reference to the imported module to be patched
231 @type module 230 @type module
232 """ 231 """
233 # make thread hooks available to system 232 # make thread hooks available to system

eric ide

mercurial