E&S CVS Commit: PEAK - DEPRECATED 'peak.util.signal_stack'. Instead, bind to a

pje at eby-sarna.com pje at eby-sarna.com
Fri Nov 21 14:05:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Fri Nov 21 19:04:57 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/running: commands.py interfaces.py process.py
	    scheduler.py
	PEAK/src/peak/running/tests: __init__.py
	PEAK/src/peak/util: signal_stack.py

Log Message:
DEPRECATED 'peak.util.signal_stack'.  Instead, bind to a
'running.ISignalManager' and use its 'addHandler()/removeHandler()'
methods.  This has the same effect as 'pushSignals()' and 'popSignals()',
except that you do not have to remove handlers in the same order as you add
them, and *all* active handlers are invoked for a given signal that they
handle.

Added 'IBasicReactor.crash()', which forces an immediate reactor loop exit,
ignoring pending scheduled calls.  This required changing some tests,
because the precise moment of reactor termination is now different in some
scheduling scenarios.  Some changes were also made to task scheduling for
CGI programs to account for this.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.93&r2=1.94
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.85&r2=1.86
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.38&r2=1.39
http://cvs.eby-sarna.com/PEAK/src/peak/running/interfaces.py.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/running/process.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.25&r2=1.26
http://cvs.eby-sarna.com/PEAK/src/peak/running/tests/__init__.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/util/signal_stack.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 PEAK/CHANGES.txt
cvs rdiff -r1.85 -r1.86 PEAK/src/peak/peak.ini
cvs rdiff -r1.38 -r1.39 PEAK/src/peak/running/commands.py
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/running/interfaces.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/running/process.py
cvs rdiff -r1.25 -r1.26 PEAK/src/peak/running/scheduler.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/running/tests/__init__.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/util/signal_stack.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