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:
Ryan Williams
2010-02-09 08:13:53 -08:00
parent 6a68fa5318
commit 30c7f0f677

View File

@@ -234,7 +234,7 @@ class BaseHub(object):
sys.stderr.write("Timer raised: %r\n" % (timer,))
sys.stderr.flush()
squelch_timer_exception = _silent_squelch_timer_exception
squelch_timer_exception = _debug_squelch_timer_exception
def _add_absolute_timer(self, when, info):
# the 0 placeholder makes it easy to bisect_right using (now, 1)