bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
multiprocessing.Queue.get() with a timeout now polls its reader in non-blocking mode if it succeeded to aquire the lock but the acquire took longer than the timeout. Co-Authored-By: Grzegorz Grzywacz <grzgrzgrz3@gmail.com>
V
Victor Stinner committed
1b7863c3b6519c6e134c28cab8b8af0dea43e375
Parent: 5f31d5c
Committed by GitHub <noreply@github.com>
on 6/10/2017, 11:10:13 AM