]> granicus.if.org Git - python/commit
If the for loop isn't entered, entryblock will be NULL. If passed
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Jul 2006 07:51:58 +0000 (07:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Jul 2006 07:51:58 +0000 (07:51 +0000)
commitf71847e6459c4103189b705fd654cf1485d11b2a
treef53d61307645f2540100c9ac090c983e145318bc
parent18b6adf9b2f581da04cf5cd6149b84408763ea6e
If the for loop isn't entered, entryblock will be NULL.  If passed
to stackdepth_walk it will be dereffed.

Not sure if I found with failmalloc or Klockwork #55.
Python/compile.c