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 christian.heimes
Recipients christian.heimes
Date 2013-07-26.14:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374850346.2.0.318881980727.issue18560@psf.upfronthosting.co.za>
In-reply-to
Content
2032            result = PyLong_FromLong(i_result);
CID 1058287 (#1 of 1): Dereference null return value (NULL_RETURNS)
34. dereference: Dereferencing a pointer that might be null "result" when calling "PyNumber_Add(PyObject *, PyObject *)". [show details]
2033            temp = PyNumber_Add(result, item);
History
Date User Action Args
2013-07-26 14:52:26christian.heimessetrecipients: + christian.heimes
2013-07-26 14:52:26christian.heimessetmessageid: <1374850346.2.0.318881980727.issue18560@psf.upfronthosting.co.za>
2013-07-26 14:52:26christian.heimeslinkissue18560 messages
2013-07-26 14:52:25christian.heimescreate