]> granicus.if.org Git - python/commit
SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt
authorJeremy Hylton <jeremy@alum.mit.edu>
Sun, 7 Nov 2004 14:04:00 +0000 (14:04 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sun, 7 Nov 2004 14:04:00 +0000 (14:04 +0000)
commit16b047904ca59831c28bcb811647f9f81590f1c8
treee678a77c775e10df7280978c4c3f72b52f9adb07
parent84a6c205e3582b5a8705baf9720124c22f74ae4c
SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt

There is no test for this change, because there is no way to provoke memory errors on demand.  Test suite passes, though.
Python/compile.c