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 nnorwitz
Recipients
Date 2006-08-24.16:20:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:54:21adminlinkissue1546078 messages
2007-08-23 15:54:21admincreate