]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #875689: >100k alloc wasted on startup
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 18:54:37 +0000 (18:54 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 18:54:37 +0000 (18:54 +0000)
commitb32e640489f179f956437811497b19d2fa3c33f1
tree84ca95edc0dcd53b8a03b0fcfa027ba9b858c97f
parent4c9800d6634b5dec6a3b20ffb24db8d5fda859ac
SF patch #875689: >100k alloc wasted on startup
(Contributed by Mike Pall.)

Make sure fill_free_list() is called only once rather than 106 times
when pre-allocating small ints.
Misc/ACKS
Objects/intobject.c