[issue39414] Multiprocessing resolving object as None

2020-04-05 Thread Talley Lambert
Talley Lambert added the comment: FYI, this bug was an issue with dask: https://github.com/dask/dask/issues/5806 and has been fixed in dask as of (I believe) v2.11.0 -- nosy: +Talley Lambert ___ Python tracker

[issue39414] Multiprocessing resolving object as None

2020-01-24 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Reece Dunham
Reece Dunham added the comment: Not sure exactly where its being thrown, but I know it happened in https://cirrus-ci.com/task/4875001270632448?command=test_pyside2#L3974 -- ___ Python tracker

[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Dong-hee Na
Dong-hee Na added the comment: If you don't mind, Would you like to attach the reproducible script for this? -- nosy: +corona10 ___ Python tracker ___

[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Reece Dunham
Change by Reece Dunham : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39414] Multiprocessing resolving object as None

2020-01-21 Thread Reece Dunham
New submission from Reece Dunham : Exception ignored in: 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