Hi, 2014/1/20 Gustavo Carneiro <[email protected]>: > I spent a few hours chasing a nasty bug in either tulip or my code. I got > this traceback: > > Traceback (most recent call last): > ... > File "tests/450-api-place-hide-exchange.py", line 35, in wait_for_line > line = yield from api.read_async_line() > File "/home/gjc/projects/mollytest/mollyapiclient.py", line 68, in > read_async_line > data = yield from read > File "lib/asyncio/streams.py", line 321, in readline > assert self._waiter is None > AssertionError
IMO the assertion should be replaced with an exception, I opened an issue with a patch: http://code.google.com/p/tulip/issues/detail?id=110 Victor
