• Raymond Hettinger's avatar
    Added itertools.tee() · 6a5b0277
    Raymond Hettinger yazdı
    It works like the pure python verion except:
    * it stops storing data after of the iterators gets deallocated
    * the data queue is implemented with two stacks instead of one dictionary.
    6a5b0277
itertoolsmodule.c 46.7 KB