AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

CTRL-C and multiprocessing #53

Open AndreaCensi opened 14 years ago

AndreaCensi commented 14 years ago

If we receive CTRL-C we must make sure that the other subprocesses are interrupted as well (right now it takes another CTRL-C)