Commit 90a43632 authored by Denis Bilenko's avatar Denis Bilenko

rename (unused) argument "obj" to "where" because how it's called in other places

parent 2f991d45
......@@ -231,7 +231,7 @@ cdef class loop:
def __get__(self):
return <size_t>self._ptr
def _default_handle_error(self, obj, type, value, tb):
def _default_handle_error(self, where, type, value, tb):
# note: Hub sets its own error handler so this is not used by gevent
# this is here to make core.loop usable without the rest of gevent
import traceback
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment