commit | 621292237c2d47dabb33b37ec6db945fa1d5716e | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Apr 14 06:33:24 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Apr 14 06:33:24 2006 +0000 |
tree | 101b54855400c6a672a20fcf2b5f88354ae83f6a | |
parent | cde87504145085dc371c74d755a5084de5dd9b64 [diff] |
Restore test tee with some modifications. The test case came from test_generators, not test_itertools. Ensure there's no cyclic garbage we are counting. This is weird because it leaks, then reaches a limit: python.exe -i test_tee.py >>> leak() 0 [26633 refs] >>> leak() 0 [26658 refs] >>> leak() 0 [26683 refs] >>> leak() 0 [26708 refs] >>> leak() 0 [26708 refs] >>> leak() 0 [26708 refs] >>> leak() 0