> 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/)