E&S CVS Commit: PyProtocols - Add rudimentary locking for thread-safety. I say "rudimentary" because

pje@eby-sarna.com pje@eby-sarna.com
Wed Jul 14 23:39:01 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Thu Jul 15 03:38:11 UTC 2004

Modified Files:
	PyProtocols/src/protocols: dispatch.py

Log Message:
Add rudimentary locking for thread-safety.  I say "rudimentary" because
ill-behaved third party code can screw it up if it calls private methods
-- or even public ones if the third-party code isn't being called by the
generic function's method.  But it should be sufficient protection under
"normal" circumstances.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/dispatch.py.diff?r1=1.12&r2=1.13

To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 PyProtocols/src/protocols/dispatch.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.