Patches item #1445505, was opened at 2006-03-08 09:47 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1445505&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Georg Brandl (gbrandl) Assigned to: Thomas Wouters (twouters) Summary: error checking after PyXXX_New Initial Comment: 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? ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-03-17 19:05 Message: Logged In: YES user_id=849994 Checked in as rev. 43124, backported most as rev. 43125. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1445505&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
