-
Committer:
John Arbash Meinel
-
Date:
2009-07-08 20:58:10 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4522.
-
Revision ID:
john@arbash-meinel.com-20090708205810-mq7e81jnpccob2qa
Found a bug in the pure-python KnownGraph code.
If a tail is reached directly, we were failing to add it to the possible
tails set. (Uncommon in real-world, but happening in the test suite.)
Just switching the code back to not pre-computing the tail list, same
as we do for the pyrex version.