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 teoliphant
Recipients
Date 2006-03-06.10:27:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=5296

Here's a new patch that does not raise overflow error for
(sys.maxint+1).__index__

This patch also cleans up the apply_slice code so to exhibit
the same behavior because it uses the same code.  This has
one minor difference in that -PY_SSIZE_T_MAX-1 (isn't this
correct?) is used instead of -PY_SSIZE_T_MAX when clipping
negative numbers. 

Also, versionadded tags were created and applied, and the
arraymodule was updated to use __index__ for slicing.
History
Date User Action Args
2007-08-23 15:45:59adminlinkissue1436368 messages
2007-08-23 15:45:59admincreate