
Sept. 1, 2014
3: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