diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-08-28 11:19:46 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-08-28 11:19:46 +0200 |
commit | 9709cf29ec16520ab86616bc56ae16af184c21c5 (patch) | |
tree | 0bbadc525a39d5e5d0140c06aa96c59d644d9b5f /Python/pythonrun.c | |
parent | df1589c435fc0bd31d13ff33507c9f168f77318b (diff) | |
parent | f7fd76296c2e869b9239986193e8cd7b4dee813e (diff) | |
download | cpython-9709cf29ec16520ab86616bc56ae16af184c21c5.tar.gz |
(Merge 3.4) 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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions