Staging
v0.5.1
https://github.com/python/cpython
Revision 59e0802301e907873e392e0b25917fd0007a6252 authored by Victor Stinner on 28 August 2014, 09:19:25 UTC, committed by Victor Stinner on 28 August 2014, 09:19:25 UTC
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.
1 parent feac398
History
Tip revision: 59e0802301e907873e392e0b25917fd0007a6252 authored by Victor Stinner on 28 August 2014, 09:19:25 UTC
asyncio, Tulip issue 201: Fix a race condition in wait_for()
Tip revision: 59e0802

README

back to top