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 stargaming
Recipients
Date 2007-08-06.11:37:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Python 3000 patch required a rewrite from scratch since we can't issue PyIntObject->ob_ival directly any longer. Instead, we use the PyNumber-API now.
File Added: rangeobject.c.diff
History
Date User Action Args
2007-08-23 15:59:32adminlinkissue1766304 messages
2007-08-23 15:59:32admincreate