]> granicus.if.org Git - python/commit
Move the initialization of some pointers earlier. The problem is
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Jul 2006 05:31:02 +0000 (05:31 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Jul 2006 05:31:02 +0000 (05:31 +0000)
commit1adbb507013bea05cda92ea6aa9a8fef72657923
treed4c3c06385cb7c8f36bc433bb484d85d96cb0066
parent48808a1d6c3996ed06e904becdfb4cfadbef09cb
Move the initialization of some pointers earlier.  The problem is
that if we call Py_DECREF(frame) like we do if allocating locals fails,
frame_dealloc() will try to use these bogus values and crash.
Objects/frameobject.c