diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/test/reactor/defer.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/service/test/reactor/defer.patch b/service/test/reactor/defer.patch index 296112f4..06f49706 100644 --- a/service/test/reactor/defer.patch +++ b/service/test/reactor/defer.patch @@ -43,9 +43,11 @@ > if currentItem: > clock.stop('deferred') > -1123a1160,1161 +1123a1160 > currentThreadId = threading.current_thread().ident -> c = Clock("%s in thread %d" % (str(g.gi_code), currentThreadId)) -1175a1214,1215 -> finally: +1127a1165 +> c = Clock("%s in thread %d" % (str(g.gi_code), currentThreadId)) +1128a1167 +> c.stop('inlineCallback') +1133a1173 > c.stop('inlineCallback') |