E&S CVS Commit: PEAK - Reset original handlers for signals, instead of using SIG_DFL. The latter
pje at eby-sarna.com
pje at eby-sarna.com
Tue Dec 2 18:05:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Tue Dec 2 23:04:22 UTC 2003
Modified Files:
PEAK/src/peak/running: process.py
Log Message:
Reset original handlers for signals, instead of using SIG_DFL. The latter
has the problem that at least SIGPIPE and SIGINT are set by Python to
alternative handlers. Also, only reset a given signal's handler when a
PEAK handler for that signal has actually been removed, not when a handler
for *any* signal is removed.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/process.py.diff?r1=1.13&r2=1.14
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/running/process.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list