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 CWRU_Researcher1, mark.dickinson
Date 2008-11-29.17:43:50
SpamBayes Score 4.705191e-05
Marked as misclassified No
Message-id <1227980631.94.0.847868178005.issue4460@psf.upfronthosting.co.za>
In-reply-to
Content
> abstract.c(PyNumber_AsSsize_t) shows this check of PyInt_AsSsize_t()'s
> parameter:

Yup.  And that's because 'value' is the return value from 
PyNumber_Index.  PyNumber_Index might return NULL, so the check is 
necessary.

Am closing this as invalid.

I appreciate that you're trying to help here;  may I suggest that you 
take some time to read through the various development docs available?
History
Date User Action Args
2008-11-29 17:43:51mark.dickinsonsetrecipients: + mark.dickinson, CWRU_Researcher1
2008-11-29 17:43:51mark.dickinsonsetmessageid: <1227980631.94.0.847868178005.issue4460@psf.upfronthosting.co.za>
2008-11-29 17:43:51mark.dickinsonlinkissue4460 messages
2008-11-29 17:43:51mark.dickinsoncreate