[issue38195] A bug in the multiprocessing module

2022-01-25 Thread eshkrig
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/"; $ uname -a Linux lynx 5.16.2-gentoo-1 #1 SMP PREEMPT

[issue38195] A bug in the multiprocessing module

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Python 3.6 is no longer maintained and this doesn't freeze on my Mac on 3.11. Please create a new issue if you are seeing the freeze on a current python version (>= 3.9) and specify which system you are running it on. -- nosy: +iritkatriel resolution:

[issue38195] A bug in the multiprocessing module

2019-09-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue38195] A bug in the multiprocessing module

2019-09-16 Thread eshkrig
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.get method freezes