Finally figured out the line that was causing the hub tests to intermittently fail. Spelling fail! <insert rant about how a strongly-typed language would have caught this bug>
This commit is contained in:
@@ -219,7 +219,7 @@ class BaseHub(object):
|
||||
else:
|
||||
self.wait(0)
|
||||
else:
|
||||
self.canceled_timers = 0
|
||||
self.timers_canceled = 0
|
||||
del self.timers[:]
|
||||
del self.next_timers[:]
|
||||
finally:
|
||||
|
Reference in New Issue
Block a user