blob: 4a2a3901cc6ee48fb46b100b0e802b438a0a29a5 [file] [log] [blame]
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.