Commit f1fcc122 authored by Sam Rushing's avatar Sam Rushing

make cython 0.20 happy

parent 2581dee1
......@@ -231,7 +231,7 @@ cdef public class coro [ object _coro_object, type _coro_type ]:
self.selfish_acts = default_selfishness
self.max_selfish_acts = default_selfishness
if name is None:
self.name = b'coro %d' % (self.id,)
self.name = <bytes> ('coro %d' % (self.id,))
live_coros = live_coros + 1
def __dealloc__ (self):
......
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