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 maggyero
Recipients maggyero
Date 2022-03-16.16:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647448045.13.0.249319513391.issue47029@roundup.psfhosted.org>
In-reply-to
Content
I forgot to include the output of the above program:

```
Traceback (most recent call last):
  File "/usr/local/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/queues.py", line 251, in _feed
    send_bytes(obj)
  File "/usr/local/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/connection.py", line 205, in send_bytes 
    self._send_bytes(m[offset:offset + size])
  File "/usr/local/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/connection.py", line 416, in _send_bytes 
    self._send(header + buf)
  File "/usr/local/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/connection.py", line 373, in _send
    n = write(self._handle, buf)
BrokenPipeError: [Errno 32] Broken pipe
```
History
Date User Action Args
2022-03-16 16:27:25maggyerosetrecipients: + maggyero
2022-03-16 16:27:25maggyerosetmessageid: <1647448045.13.0.249319513391.issue47029@roundup.psfhosted.org>
2022-03-16 16:27:25maggyerolinkissue47029 messages
2022-03-16 16:27:25maggyerocreate