Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
ti can raise an exception even if PyLong_Check() has succeeded.
Showing
Please register or sign in to comment
ti can raise an exception even if PyLong_Check() has succeeded.