Currently, starting a (too) long MiniMC job via the Python API and then pressing "Ctrl-C" does not correctly end the job. This is because the signal handler in Python is only checked once the ctypes function call returns.
Probably the same issue exists for the factory thread pools (see also #339), but the typically shorter load times means this is not so noticeable (so far).
Currently, starting a (too) long MiniMC job via the Python API and then pressing "Ctrl-C" does not correctly end the job. This is because the signal handler in Python is only checked once the ctypes function call returns.
Probably the same issue exists for the factory thread pools (see also #339), but the typically shorter load times means this is not so noticeable (so far).