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 rdil
Recipients rdil
Date 2020-01-21.17:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579626467.92.0.021176656048.issue39414@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-21 17:07:47rdilsetrecipients: + rdil
2020-01-21 17:07:47rdilsetmessageid: <1579626467.92.0.021176656048.issue39414@roundup.psfhosted.org>
2020-01-21 17:07:47rdillinkissue39414 messages
2020-01-21 17:07:47rdilcreate