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 mark.dickinson
Recipients amaury.forgeotdarc, mark.dickinson, pitrou, python-dev, serhiy.storchaka, sjoerd, skrah, vstinner
Date 2013-02-11.07:29:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360567798.06.0.912333545003.issue4591@psf.upfronthosting.co.za>
In-reply-to
Content
> (perhaps we need as PyNumber_AsLongIndex() to do the direct conversion
> to a C long, it would make things easier in many cases)

+1, but drop the 'Index' part of the name, to match the existing PyNumber_AsSsize_t.
History
Date User Action Args
2013-02-11 07:29:58mark.dickinsonsetrecipients: + mark.dickinson, sjoerd, amaury.forgeotdarc, pitrou, vstinner, skrah, python-dev, serhiy.storchaka
2013-02-11 07:29:58mark.dickinsonsetmessageid: <1360567798.06.0.912333545003.issue4591@psf.upfronthosting.co.za>
2013-02-11 07:29:58mark.dickinsonlinkissue4591 messages
2013-02-11 07:29:57mark.dickinsoncreate