Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_itertools.py
Find file
Blame
History
Permalink
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
· 35722a93
Kristjan Valur Jonsson
authored
Mar 30, 2011
ti can raise an exception even if PyLong_Check() has succeeded.
35722a93