diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-14 06:33:24 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-14 06:33:24 +0000 |
commit | 621292237c2d47dabb33b37ec6db945fa1d5716e (patch) | |
tree | 101b54855400c6a672a20fcf2b5f88354ae83f6a /Python/modsupport.c | |
parent | cde87504145085dc371c74d755a5084de5dd9b64 (diff) | |
download | cpython-git-621292237c2d47dabb33b37ec6db945fa1d5716e.tar.gz |
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
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions