]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1550714: fix SystemError from itertools.tee on negative value for n.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Sep 2006 02:58:13 +0000 (02:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Sep 2006 02:58:13 +0000 (02:58 +0000)
commit69e88975059b0c74e3e9a17dd46b715a532cfd20
tree5d38c338f3b28f72896abcac26870cbd83afc848
parent6aefa916a96f7d3ce7f634134dba6060c68b647a
Bug #1550714: fix SystemError from itertools.tee on negative value for n.

Needs backport to 2.5.1 and earlier.
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c