eshkrig added the comment:
$ cat /etc/os-release
NAME=Gentoo
ID=gentoo
PRETTY_NAME="Gentoo/Linux"
ANSI_COLOR="1;32"
HOME_URL="https://www.gentoo.org/";
SUPPORT_URL="https://www.gentoo.org/support/";
BUG_REPORT_URL="https://bugs.gentoo.org/&qu
New submission from eshkrig :
Hi!
I found a bug in the multiprocessing module.
The documentation (https://docs.python.org/3.6/library/multiprocessing.html)
for the Queue.get method says:
"If timeout is a positive number, it blocks at most timeout seconds ..."
But the Queue.