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:
Ryan Williams
2010-10-02 10:50:15 -07:00
parent c52f37fd04
commit 616be6d907

View File

@@ -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: