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 petri.lehtinen
Recipients Suman.Saha, petri.lehtinen
Date 2011-10-25.18:25:47
SpamBayes Score 5.4760775e-08
Marked as misclassified No
Message-id <1319567148.1.0.95532116102.issue13016@psf.upfronthosting.co.za>
In-reply-to
Content
PySequence_Fast_GET_ITEM expects that the object is valid and the index is within bounds, and never returns NULL. There's no need to decref and actually there's even no need to check the return value of PySequence_Fast_GET_ITEM.
History
Date User Action Args
2011-10-25 18:25:48petri.lehtinensetrecipients: + petri.lehtinen, Suman.Saha
2011-10-25 18:25:48petri.lehtinensetmessageid: <1319567148.1.0.95532116102.issue13016@psf.upfronthosting.co.za>
2011-10-25 18:25:47petri.lehtinenlinkissue13016 messages
2011-10-25 18:25:47petri.lehtinencreate