[Patches] [ python-Patches-1025636 ] Check for NULL returns in
compile.c:com_import_stmt
SourceForge.net
noreply at sourceforge.net
Tue Sep 21 07:58:45 CEST 2004
Patches item #1025636, was opened at 2004-09-10 02:38
Message generated for change (Settings changed) made by rhettinger
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: 6
Submitted By: Dima Dorfman (ddorfman)
Assigned to: Jeremy Hylton (jhylton)
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