[Python-bugs-list] error-handling bug in Python/compile.c (PR#114)

guido@CNRI.Reston.VA.US guido@CNRI.Reston.VA.US
Thu, 21 Oct 1999 15:20:02 -0400 (EDT)


> In the function com_init in Python/compile.c, the line after
>   fail_0000:
> should be
> 	Py_DECREF(c->varnames)
> rather than
> 	Py_DECREF(c->lnotab)
> 
> Just a matter of tidiness, unlikely ever to come up...

Ignore my previous reply.  You are right.  Will fix it.

--Guido van Rossum (home page: http://www.python.org/~guido/)