]> granicus.if.org Git - python/commit
Another variant of the 2-3-5 test, mixing generators with a LazyList class.
authorTim Peters <tim.peters@gmail.com>
Sun, 24 Jun 2001 05:47:06 +0000 (05:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 24 Jun 2001 05:47:06 +0000 (05:47 +0000)
commitee30927b45385f0027b7a28e676efbb5bd239769
treedb84e66b2b8fd27967ee0cad3d06ce7d9cf9b843
parent7e82b9cc6b6e18b9e186f29ca9cc30693011a2a3
Another variant of the 2-3-5 test, mixing generators with a LazyList class.
Good news:  Some of this stuff is pretty sophisticated (read nuts), and
I haven't bumped into a bug yet.
Bad news:  If I run the doctest in an infinite loop, memory is clearly
leaking.
Lib/test/test_generators.py