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 pitrou
Recipients amaury.forgeotdarc, eric.smith, mark.dickinson, pitrou, python-dev, serhiy.storchaka, sjoerd, skrah, vstinner
Date 2013-02-11.19:11:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360609899.53.0.996855126834.issue4591@psf.upfronthosting.co.za>
In-reply-to
Content
> In this case we need PyNumber_AsLongAndOverflowIndex() and
> PyNumber_AsUnsignedLongIndex(). And a lot of other parallel functions
> for other cases. This can exponentially increase a number of functions.

I don't think it will be exponential :-)
History
Date User Action Args
2013-02-11 19:11:39pitrousetrecipients: + pitrou, sjoerd, amaury.forgeotdarc, mark.dickinson, vstinner, eric.smith, skrah, python-dev, serhiy.storchaka
2013-02-11 19:11:39pitrousetmessageid: <1360609899.53.0.996855126834.issue4591@psf.upfronthosting.co.za>
2013-02-11 19:11:39pitroulinkissue4591 messages
2013-02-11 19:11:39pitroucreate