[Python-Dev] RFC: PEP 475, Retry system calls failing with EINTR (original) (raw)

Marko Rauhamaa marko at pacujo.net
Mon Sep 1 09:38:01 CEST 2014


Victor Stinner <victor.stinner at 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



More information about the Python-Dev mailing list