New submission from Reece Dunham <me@rdil.rocks>:

Exception ignored in: <function Pool.__del__ at 0x7ffbaf47d9d0>
Traceback (most recent call last):
  File "/root/conda/lib/python3.8/multiprocessing/pool.py", line 268, in __del__
  File "/root/conda/lib/python3.8/multiprocessing/queues.py", line 362, in put
AttributeError: 'NoneType' object has no attribute 'dumps'

Pretty sure that shouldn't be None.

----------
components: Library (Lib)
messages: 360407
nosy: rdil
priority: normal
severity: normal
status: open
title: Multiprocessing resolving object as None
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39414>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to