]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make PyIter_Next() a little smarter (wrt its knowledge of iterator
authorTim Peters <tim.peters@gmail.com>
Sat, 5 May 2001 00:14:56 +0000 (00:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 5 May 2001 00:14:56 +0000 (00:14 +0000)
commitf4848dac41689d1f2f8bd224bd935beae9b8df86
treec4b33c842f923add9fde5d8e4a4619ab6b0c316b
parent648b4de3d31aab9df142540919accf0cb518e2f3
Make PyIter_Next() a little smarter (wrt its knowledge of iterator
internals) so clients can be a lot dumber (wrt their knowledge).
Include/abstract.h
Objects/abstract.c
Python/bltinmodule.c
Python/ceval.c