E&S CVS Commit: PEAK - Fleshed-out the implementation of the 'waitflag' argument, emulating the

pje at eby-sarna.com pje at eby-sarna.com
Fri Jul 26 13:09:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Fri Jul 26 17:08:25 UTC 2002

Modified Files:
	PEAK/src/peak/util: threads.py

Log Message:
Fleshed-out the implementation of the 'waitflag' argument, emulating the
exact values returned by Python in different states, and added a
RuntimeError for an attempt to lock an already-locked DummyLock.  Also,
renamed LockType to DummyLock to more easily distinguish from the real
thing when debugging, and made DummyLock a bit more lightweight using
__slots__.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/util/threads.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/util/threads.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