Message415351
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
``` |
|
Date |
User |
Action |
Args |
2022-03-16 16:27:25 | maggyero | set | recipients:
+ maggyero |
2022-03-16 16:27:25 | maggyero | set | messageid: <1647448045.13.0.249319513391.issue47029@roundup.psfhosted.org> |
2022-03-16 16:27:25 | maggyero | link | issue47029 messages |
2022-03-16 16:27:25 | maggyero | create | |
|