[Patches] [ python-Patches-654974 ] fix unchecked return values in structseq

noreply@sourceforge.net noreply@sourceforge.net
Mon, 16 Dec 2002 18:17:36 -0800


Patches item #654974, was opened at 2002-12-16 21:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=654974&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix unchecked return values in structseq

Initial Comment:
There are several unchecked return values from
PyMem_*(), etc.  This patch provides checks for those
conditions.  It also changes a PyInt_FromLong(1) to
Py_True.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=654974&group_id=5470