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
When a KeyboardInterrupt exception is raised during the handling of exceptions in a process pool, the process pool seems to become irrevocably deadlocked, requiring killing either the main python process, the pool processes, or all of the previous in order to exit the program.
The text was updated successfully, but these errors were encountered:
When a
KeyboardInterrupt
exception is raised during the handling of exceptions in a process pool, the process pool seems to become irrevocably deadlocked, requiring killing either the main python process, the pool processes, or all of the previous in order to exit the program.The text was updated successfully, but these errors were encountered: