libevent: remove api.GreenletExit from SYSTEM_EXCEPTIONS

This commit is contained in:
Denis Bilenko
2009-06-22 15:45:00 +07:00
parent ad0adb806d
commit 29a0909d37

View File

@@ -64,7 +64,7 @@ class LocalTimer(event_wrapper):
class Hub(object):
SYSTEM_EXCEPTIONS = (KeyboardInterrupt, SystemExit, api.GreenletExit)
SYSTEM_EXCEPTIONS = (KeyboardInterrupt, SystemExit)
def __init__(self, clock=time.time):
event.init()