Full_Name: Philip H. Jensen Version: 1.5.2 OS: irrelevant Submission from: dhcp9545112.columbus.rr.com (24.95.45.112) 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...