Bug#921463: python3-dask: recursion problem

2020-03-17 Thread Diane Trout
Hi, Now that there's a new version of dask, which includes upstream's fixes, is there any chance this problem got resolved? Thanks, Diane Trout

Bug#921463: [Python-modules-team] Bug#921463: python3-dask: recursion problem

2019-02-05 Thread Scott Kitterman
This seems relevant: https://github.com/python/typing/issues/523 Scott K On Tuesday, February 05, 2019 11:02:56 PM Ruano Ruano Javier wrote: > Hello Diane, > The exact message is: > > args2 = [_get_recursive(dsk, k, cache) for k in args] > File "/usr/lib/python3/dist-packages/dask/core.py",

Bug#921463: python3-dask: recursion problem

2019-02-05 Thread Ruano Ruano Javier
Hello Diane, The exact message is: args2 = [_get_recursive(dsk, k, cache) for k in args] File "/usr/lib/python3/dist-packages/dask/core.py", line 136, in args2 = [_get_recursive(dsk, k, cache) for k in args] File "/usr/lib/python3/dist-packages/dask/core.py", line 132, in _get_recursive

Bug#921463: python3-dask: recursion problem

2019-02-05 Thread Diane Trout
Could send me a small test program that triggers the bug? I'll try looking at it and sending it upstream. Thanks, Diane On Tue, 2019-02-05 at 20:33 +0100, javierruano wrote: > Package: python3-dask > Version: 1.0.0+dfsg-2 > Severity: normal > Tags: lfs > > Dear Maintainer, > > *** Reporter,

Bug#921463: python3-dask: recursion problem

2019-02-05 Thread javierruano
Package: python3-dask Version: 1.0.0+dfsg-2 Severity: normal Tags: lfs Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** At the operation compute to dask.dataframe. args2 = [_get_recursive(dsk, k, cache) for k in args] File "/usr/lib/python3/dist-