fixed libev to support python2.4 just to find out that pyev needs 2.5.1 at least
This commit is contained in:
@@ -118,6 +118,7 @@ class Hub(hub.BaseHub):
|
||||
eventtimer.start()
|
||||
|
||||
def timer_finished(self, timer):
|
||||
try:
|
||||
try:
|
||||
timer.impltimer.stop()
|
||||
del timer.impltimer
|
||||
@@ -129,6 +130,7 @@ class Hub(hub.BaseHub):
|
||||
|
||||
def timer_canceled(self, timer):
|
||||
""" Cancels the underlying libevent timer. """
|
||||
try:
|
||||
try:
|
||||
timer.impltimer.stop()
|
||||
del timer.impltimer
|
||||
|
Reference in New Issue
Block a user