
1 Sep
2014
1 Sep
'14
11:38 a.m.
Victor Stinner victor.stinner@gmail.com:
No, it's the opposite. The PEP doesn't change the default behaviour of SIGINT: CTRL+C always interrupt the program.
Which raises an interesting question: what happens to the os.read() return value if SIGINT is received?
Marko