esse-byte

Results 1 issues of esse-byte

I have also asked a question on [Stockoverflow](https://stackoverflow.com/questions/78432498/how-to-avoid-the-joblibs-parallel-open-many-files), with slight differences. A simplified case: ``` ## lsof.py, python 3.11, joblib 1.4(also test in 1.4.2) from joblib import Parallel, delayed import...