Alok Singhal added the comment:

I started working on this bug as a part of PyCon US 2014 sprints.  Should the 
bugfix include a fast path (basically the current implementation) for when the 
values involved can fit in an int, and a slow path for larger values?  Or 
should the bugfix just have one path which works for all the cases (using 
PyObject * for "next", "stop" etc.)?
----------
nosy: +AlokSinghal

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6305>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to