]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to subtle condition in topological sort where a node could appear twice,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Nov 2006 06:11:21 +0000 (06:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Nov 2006 06:11:21 +0000 (06:11 +0000)
commitef48ddc5030548298ce4b12c645dd01c860362d3
tree698e3f919778246590f90f3f6e331cc6963430da
parent03068225263255a5f74ff97ad3d5d287d1b233da
- fix to subtle condition in topological sort where a node could appear twice,
for [ticket:362]
CHANGES
lib/sqlalchemy/topological.py
test/base/dependency.py