You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, self._handle became None, I think it related to _ConnectionBase#close() method in multiprocessing/connection.py
when this method is called, self._handle will be reset to None
There may be conflicts between two or more processes during resource cleaning.
See the reproducer in: joblib/joblib#1467 (comment)
where it causes the code to raise:
The text was updated successfully, but these errors were encountered: