[Python-Dev] [Very Long 23kb] List of Patches to Go in 2.0.1

Jeremy Hylton jeremy@alum.mit.edu
Wed, 28 Mar 2001 12:07:22 -0500 (EST)


> 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