]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify _count_elements() in _collections
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 20 Apr 2011 21:23:52 +0000 (23:23 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 20 Apr 2011 21:23:52 +0000 (23:23 +0200)
commita154b5cea43996f69e800e59a8aa0e75095db7f4
treedb39e684f9260d0bc6ff769962b2bb37500487ed
parent52d8fb5c545804d76288ceddb89f6a5d8cba1050
Simplify _count_elements() in _collections

PyIter_Next() cannot return a PyExc_StopIteration: it clears this exception.
Modules/_collectionsmodule.c