Skip to content
Snippets Groups Projects

Fix for python 3.8

Merged Marco Cattaneo requested to merge fixPython39 into run2-patches
All threads resolved!

Workaround for the exception

Exception ignored in: <function Pool.__del__ at 0x7faaa5bc1b80>
Traceback (most recent call last):
  File "/cvmfs/sft-nightlies.cern.ch/lcg/nightlies/dev4/Tue/Python/3.9.5/x86_64-centos7-gcc10-opt/lib/python3.9/multiprocessing/pool.py", line 268, in __del__
  File "/cvmfs/sft-nightlies.cern.ch/lcg/nightlies/dev4/Tue/Python/3.9.5/x86_64-centos7-gcc10-opt/lib/python3.9/multiprocessing/queues.py", line 372, in put
AttributeError: 'NoneType' object has no attribute 'dumps'

Introduced by Python 3.8. See e.g. discussion in https://github.com/dask/dask/issues/5806

Edited by Marco Cattaneo

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading