blob: 6f3e2b62ebb391b0961264ae0764dfd32b0340fb [file] [log] [blame]
multiprocessing.Queue.get() with a timeout now polls its reader in non-
blocking mode if it succeeded to acquire the lock but the acquire took
longer than the timeout.