This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author AlokSinghal
Recipients AlokSinghal, rhettinger, terry.reedy, thomasguest
Date 2014-04-16.19:14:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397675644.87.0.0671158578651.issue6305@psf.upfronthosting.co.za>
In-reply-to
Content
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.)?
History
Date User Action Args
2014-04-16 19:14:04AlokSinghalsetrecipients: + AlokSinghal, rhettinger, terry.reedy, thomasguest
2014-04-16 19:14:04AlokSinghalsetmessageid: <1397675644.87.0.0671158578651.issue6305@psf.upfronthosting.co.za>
2014-04-16 19:14:04AlokSinghallinkissue6305 messages
2014-04-16 19:14:04AlokSinghalcreate