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 |