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
It seems like the issue is due to pythonfutures as it doesn't handle KeyBoard Interruprts. It is evident from this PR, agronholm/pythonfutures#50 . It is not specific to ProcessPool / ThreadPool, but looks like an issue of pythonfutures module.
It seems like the issue is due to pythonfutures as it doesn't handle KeyBoard Interruprts. It is evident from this PR, agronholm/pythonfutures#50 . It is not specific to ProcessPool / ThreadPool, but looks like an issue of pythonfutures module.