joblib / loky

Robust and reusable Executor for joblib
http://loky.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
520 stars 47 forks source link

FIX thread safe gc/atexit clean up #384

Closed tomMoral closed 1 year ago

fcharras commented 1 year ago

I tried this change on my local environment with joblib unit test, it creates a deadlock somewhere.

The change that is initially proposed (creating a new global lock called e.g _executor_manager_join_lock) seems to work fine though.