[Patches] [ python-Patches-708604 ] unchecked return values - compile.c

SourceForge.net noreply@sourceforge.net
Sat, 03 May 2003 03:54:23 -0700


Patches item #708604, was opened at 2003-03-24 04:01
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=708604&group_id=5470

Category: Core (C code)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jason Harper (jasonharper)
Assigned to: Martin v. Löwis (loewis)
Summary: unchecked return values - compile.c

Initial Comment:
Various cleanups in Python/compile.c - mainly 
unchecked return values.  Also an unchecked memory 
allocation in PyList_SetSlice that's called by compile.c.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-05-03 12:54

Message:
Logged In: YES 
user_id=21627

Thanks for the patches. Committed as 

listobject.c 2.151
compile.c 2.283
listobject.c 2.103.6.6
compile.c 2.234.4.7


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

Comment By: Jason Harper (jasonharper)
Date: 2003-03-24 04:19

Message:
Logged In: YES 
user_id=392021

aaarrrrggghhh.... SF isn't letting me attach the files, clicking 
Submit simply clears the entered filename???  Will try later 
from another system.

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

Comment By: Jason Harper (jasonharper)
Date: 2003-03-24 04:18

Message:
Logged In: YES 
user_id=392021

aaarrrrggghhh.... SF isn't letting me attach the files, clicking 
Submit simply clears the entered filename???  Will try later 
from another system.

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

Comment By: Jason Harper (jasonharper)
Date: 2003-03-24 04:05

Message:
Logged In: YES 
user_id=392021

 

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

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