[Python-Dev] SIGPIPE => SIG_IGN? (original) (raw)
Guido van Rossum guido at python.org
Sat Sep 10 02:51:13 CEST 2005
- Previous message: [Python-Dev] SIGPIPE => SIG_IGN?
- Next message: [Python-Dev] [draft] python-dev Summary for 2005-08-16 through 2005-08-31
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I was wondering, why are we setting SIGPIPE to SIGIGN in initsigs():
Because you can get a SIGPIPE from writing to a socket whose other side has shut down, and we want to turn that into an error.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] SIGPIPE => SIG_IGN?
- Next message: [Python-Dev] [draft] python-dev Summary for 2005-08-16 through 2005-08-31
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]