]> granicus.if.org Git - python/commit
Added separate free list for cfunction (builtin method) objects, for a
authorGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 02:11:41 +0000 (02:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 02:11:41 +0000 (02:11 +0000)
commit1f39c5c666ce8ede33b989aa816ed947affd1f7b
tree5754305ae2edd5736f147f89585afb50b2635226
parent404b95d9baaad27923381868b97bce3748f04d50
Added separate free list for cfunction (builtin method) objects, for a
few percent speed up.  Also add PyCFunction_Fini() to discard it.
Objects/methodobject.c