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:
|
else:
|
||||||
self.wait(0)
|
self.wait(0)
|
||||||
else:
|
else:
|
||||||
self.canceled_timers = 0
|
self.timers_canceled = 0
|
||||||
del self.timers[:]
|
del self.timers[:]
|
||||||
del self.next_timers[:]
|
del self.next_timers[:]
|
||||||
finally:
|
finally:
|
||||||
|
Reference in New Issue
Block a user