Commit 6b1fd76b authored by Denis Bilenko's avatar Denis Bilenko

core: make event_base._dns attribute public

parent 88c03523
......@@ -78,7 +78,7 @@ cdef extern from "errno.h":
cdef class event_base:
cdef void* _ptr
cdef object _dns
cdef public object _dns
def __init__(self, size_t ptr=0):
if ptr:
......
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