]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Derive an industrial-strength conjoin() via cross-recursion loop unrolling,
authorTim Peters <tim.peters@gmail.com>
Sat, 30 Jun 2001 07:29:44 +0000 (07:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 30 Jun 2001 07:29:44 +0000 (07:29 +0000)
commitc468fd28b66b37f95963f9b99db097c16407b408
treead4dce719f304414da7512a61a938f4c904bfa76
parent4efb6e964376a46aaa3acf365a6627a37af236bf
Derive an industrial-strength conjoin() via cross-recursion loop unrolling,
and fiddle the conjoin tests to exercise all the new possible paths.
Lib/test/test_generators.py