Enabling printing of hub exceptions by default, because that's bitten me in the ass a bunch of times lately.
This commit is contained in:
@@ -234,7 +234,7 @@ class BaseHub(object):
|
|||||||
sys.stderr.write("Timer raised: %r\n" % (timer,))
|
sys.stderr.write("Timer raised: %r\n" % (timer,))
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
|
|
||||||
squelch_timer_exception = _silent_squelch_timer_exception
|
squelch_timer_exception = _debug_squelch_timer_exception
|
||||||
|
|
||||||
def _add_absolute_timer(self, when, info):
|
def _add_absolute_timer(self, when, info):
|
||||||
# the 0 placeholder makes it easy to bisect_right using (now, 1)
|
# the 0 placeholder makes it easy to bisect_right using (now, 1)
|
||||||
|
Reference in New Issue
Block a user