Patches item #1546078, was opened at 2006-08-24 09:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1546078&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.6 Status: Open Resolution: None Priority: 5 Submitted By: Neal Norwitz (nnorwitz) Assigned to: Nobody/Anonymous (nobody) Summary: xrange that supports longs, etc Initial Comment: This patch is not ready for prime-time. It has various crap in it that needs to be cleaned up. I just wanted to put the current state up so we don't lose it. Once we decide on the direction this should take for 2.6 and 3k, I can finish off the patch. There is the change to rangeobject.c which contains the bulk of the changes. The bltinmodule.c change is only to support exporting the xrange iter to the python version of xrange. I've attached the xrange impl I've been playing with too. It may require some tweaks when you make little changes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1546078&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches