> Python/ceval.c, 2.215->2.216 > Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug > #127699. fast_cfunction was not present in Python 2.0. The CALL_FUNCTION implementation in ceval.c was rewritten for Python 2.1. Jeremy