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

Useless line #380

Open dmoklaf opened 1 year ago

dmoklaf commented 1 year ago

This _at_exit class field seems redundant with the xxx_at_exit global file variable.

I had a cursory look, so I may have missed something obvious. However if this is confirmed it shall be removed:

https://github.com/joblib/loky/blob/81b6b9af3ce8403c6826f83e641a93979fb74d77/loky/process_executor.py#L963