E&S CVS Commit: PyProtocols - Fix another obscure CriterionIndex problem; if you called addSeed() with
pje at eby-sarna.com
pje at eby-sarna.com
Fri Feb 11 15:36:00 EST 2005
Module Name: PyProtocols
Committed By: pje
Date: Fri Feb 11 20:13:04 UTC 2005
Modified Files:
PyProtocols/src/dispatch: functions.py
PyProtocols/src/protocols/tests: test_dispatch.py
Log Message:
Fix another obscure CriterionIndex problem; if you called addSeed() with
an existing seed (as can happen on the second lazily-expanded dispatch node
whose lookup involves multiple inheritance), then you can end up with
spurious duplicate entries in the resulting dispatch node. Thanks go out
yet again to Radek Kanovsky for detecting and reporting the problem.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.33&r2=1.34
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.36&r2=1.37
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.36 -r1.37 PyProtocols/src/protocols/tests/test_dispatch.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