Commit f250fa9f authored by Denis Bilenko's avatar Denis Bilenko

ares.pyx: add 'cdef basestring'

parent ac7a87fe
......@@ -7,6 +7,7 @@ from _socket import gaierror
__all__ = ['channel']
cdef object basestring
if sys.version_info[0] >= 3:
basestring = (bytes, str)
......
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