]> granicus.if.org Git - python/commit
binarysort() cleanup: Documented the key invariants, explained why they
authorTim Peters <tim.peters@gmail.com>
Fri, 19 Jul 2002 06:12:32 +0000 (06:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 19 Jul 2002 06:12:32 +0000 (06:12 +0000)
commit0fe977c4a91f93a53e598af05c7d99f4e1a59913
tree114faa4a6e356aa16711a41b93ce73905a7f91f2
parent326b44871eb9dcf98e286208bf2b2799edf2ba9e
binarysort() cleanup:  Documented the key invariants, explained why they
imply this is a stable sort, and added some asserts.
Objects/listobject.c