[Patches] [ python-Patches-1025636 ] Check for NULL returns in
compile.c:com_import_stmt
SourceForge.net
noreply at sourceforge.net
Fri Sep 10 09:38:52 CEST 2004
Patches item #1025636, was opened at 2004-09-10 07:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1025636&group_id=5470
Category: Parser/Compiler
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dima Dorfman (ddorfman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Check for NULL returns in compile.c:com_import_stmt
Initial Comment:
com_import_stmt doesn't check for tuple construction being
successful. This hasn't been noticed before because it would
only happen if we're out of memory, and compiling usually
isn't done in the middle of a memory-intensive operation.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1025636&group_id=5470
More information about the Patches
mailing list