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: error checking after PyXXX_New
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: twouters Nosy List: georg.brandl, twouters
Priority: normal Keywords: patch

Created on 2006-03-08 09:47 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
PyXXX_New_errorchecking.diff georg.brandl, 2006-03-08 09:47
Messages (2)
msg49687 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-08 09:47
This patch adds a great couple of NULL checks after
PyList_New, PyTuple_New and PyDict_New.

Thomas, can you review that I didn't make an obvious
mistake?
msg49688 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-17 19:05
Logged In: YES 
user_id=849994

Checked in as rev. 43124, backported most as rev. 43125.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42995
2006-03-08 09:47:41georg.brandlcreate