mirror of
https://github.com/python/cpython.git
synced 2026-06-13 06:35:32 -04:00
e6128a4a80
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.