]> granicus.if.org Git - python/commit
A Py_DECREF(f) is missing in PyFrame_New for the error case when
authorGuido van Rossum <guido@python.org>
Mon, 19 Oct 1998 14:20:20 +0000 (14:20 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Oct 1998 14:20:20 +0000 (14:20 +0000)
commitf61618c98ebdd1f67f9d4b144ccc60e03757ccf6
treece2c380b445648886d62d18bf8d34d621f3d0cc0
parentbf338300ff50bef79b774f0ab956db7cea260c80
A Py_DECREF(f) is missing in PyFrame_New for the error case when
the `builtins' initialization fails.  Vladimir Marangozov.
Objects/frameobject.c