SIGN IN SIGN UP

asyncio, Tulip issue 201: Fix a race condition in wait_for()

Don't raise a TimeoutError if we reached the timeout and the future completed
in the same iteration of the event loop. A side effect of the bug is that
Queue.get() looses items.
V
Victor Stinner committed
59e0802301e907873e392e0b25917fd0007a6252
Parent: feac398