commit | 1f39c5c666ce8ede33b989aa816ed947affd1f7b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 05 02:11:41 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 05 02:11:41 1997 +0000 |
tree | 5754305ae2edd5736f147f89585afb50b2635226 | |
parent | 404b95d9baaad27923381868b97bce3748f04d50 [diff] |
Added separate free list for cfunction (builtin method) objects, for a few percent speed up. Also add PyCFunction_Fini() to discard it.