libevent: remove api.GreenletExit from SYSTEM_EXCEPTIONS
This commit is contained in:
@@ -64,7 +64,7 @@ class LocalTimer(event_wrapper):
|
|||||||
|
|
||||||
class Hub(object):
|
class Hub(object):
|
||||||
|
|
||||||
SYSTEM_EXCEPTIONS = (KeyboardInterrupt, SystemExit, api.GreenletExit)
|
SYSTEM_EXCEPTIONS = (KeyboardInterrupt, SystemExit)
|
||||||
|
|
||||||
def __init__(self, clock=time.time):
|
def __init__(self, clock=time.time):
|
||||||
event.init()
|
event.init()
|
||||||
|
Reference in New Issue
Block a user