This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eshkrig
Recipients davin, eshkrig, iritkatriel, pitrou
Date 2022-01-25.17:48:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643132923.2.0.00365579983573.issue38195@roundup.psfhosted.org>
In-reply-to
Content
$ 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 Fri Jan 21 10:38:04 MSK 2022 x86_64 AMD FX(tm)-8350 Eight-Core Processor AuthenticAMD GNU/Linux

$ python --version
Python 3.9.9

$ ./testqueue.py
queue.get() from pid 11371
queue.get() from pid 11372
^CTraceback (most recent call last):
  File "/home/john/main/123/./testqueue.py", line 45, in <module>
    result = ps_queues[cpu].get(timeout=2)
  File "/usr/lib/python3.9/multiprocessing/queues.py", line 117, in get
    res = self._recv_bytes()
  File "/usr/lib/python3.9/multiprocessing/connection.py", line 221, in recv_bytes
    buf = self._recv_bytes(maxlength)
  File "/usr/lib/python3.9/multiprocessing/connection.py", line 426, in _recv_bytes
    return self._recv(size)
  File "/usr/lib/python3.9/multiprocessing/connection.py", line 384, in _recv
    chunk = read(handle, remaining)
KeyboardInterrupt
History
Date User Action Args
2022-01-25 17:48:43eshkrigsetrecipients: + eshkrig, pitrou, davin, iritkatriel
2022-01-25 17:48:43eshkrigsetmessageid: <1643132923.2.0.00365579983573.issue38195@roundup.psfhosted.org>
2022-01-25 17:48:43eshkriglinkissue38195 messages
2022-01-25 17:48:43eshkrigcreate