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-24.21:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374700939.92.0.113667527223.issue18552@psf.upfronthosting.co.za>
In-reply-to
Content
CID 1046712 (#1 of 1): Unchecked return value (CHECKED_RETURN)
3. check_return: Calling function "PyArena_AddPyObject(PyArena *, PyObject *)" without checking return value (as is done elsewhere 5 out of 6 times).
4. unchecked_value: No check of the return value of "PyArena_AddPyObject(arena, obj)".
 708        PyArena_AddPyObject(arena, obj);
History
Date User Action Args
2013-07-24 21:22:19christian.heimessetrecipients: + christian.heimes
2013-07-24 21:22:19christian.heimessetmessageid: <1374700939.92.0.113667527223.issue18552@psf.upfronthosting.co.za>
2013-07-24 21:22:19christian.heimeslinkissue18552 messages
2013-07-24 21:22:19christian.heimescreate