]> granicus.if.org Git - python/commit
Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored
authorDave Cole <djc@object-craft.com.au>
Mon, 23 Aug 2004 04:54:53 +0000 (04:54 +0000)
committerDave Cole <djc@object-craft.com.au>
Mon, 23 Aug 2004 04:54:53 +0000 (04:54 +0000)
commit0fc85754120bf6cd7d97894f48f37115490f46c6
tree153a483d477b6d7b760ae7ecfd8dce76fd699e81
parent656f7e4b408d0e97cf99c4faf35858915b93b8c6
Removed unnecessary calls to signal() to ignore SIGPIPE.  SIGPIPE is ignored
in initsigs() inside pythonrun.c.
Modules/socketmodule.c