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.

classification
Title: unchecked return values - compile.c
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: jasonharper, loewis
Priority: normal Keywords: patch

Created on 2003-03-24 03:01 by jasonharper, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
compile.diff jasonharper, 2003-03-24 03:26 diff of Python/compile.c
listobject.diff jasonharper, 2003-03-24 03:27 diff of Objects/listobject.c
Messages (5)
msg43143 - (view) Author: Jason Harper (jasonharper) Date: 2003-03-24 03:01
Various cleanups in Python/compile.c - mainly 
unchecked return values.  Also an unchecked memory 
allocation in PyList_SetSlice that's called by compile.c.
msg43144 - (view) Author: Jason Harper (jasonharper) Date: 2003-03-24 03:05
Logged In: YES 
user_id=392021

 
msg43145 - (view) Author: Jason Harper (jasonharper) Date: 2003-03-24 03:19
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.
msg43146 - (view) Author: Jason Harper (jasonharper) Date: 2003-03-24 03:18
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.
msg43147 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-03 10:54
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
History
Date User Action Args
2022-04-10 16:07:52adminsetgithub: 38207
2003-03-24 03:01:40jasonharpercreate