• Neal Norwitz's avatar
    Restore test tee with some modifications. · 62129223
    Neal Norwitz yazdı
    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
    62129223
Adı
Son kayıt (commit)
Son güncelleme
..
README.txt Loading commit data...
__init__.py Loading commit data...
test_ctypes.py Loading commit data...
test_gen1.py Loading commit data...
test_gestalt.py Loading commit data...
test_tee.py Loading commit data...