diff options
author | Raymond Hettinger <python@rcn.com> | 2004-02-08 18:54:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-02-08 18:54:37 (GMT) |
commit | b32e640489f179f956437811497b19d2fa3c33f1 (patch) | |
tree | 84ca95edc0dcd53b8a03b0fcfa027ba9b858c97f /Misc | |
parent | 4c9800d6634b5dec6a3b20ffb24db8d5fda859ac (diff) | |
download | cpython-b32e640489f179f956437811497b19d2fa3c33f1.zip cpython-b32e640489f179f956437811497b19d2fa3c33f1.tar.gz cpython-b32e640489f179f956437811497b19d2fa3c33f1.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -411,6 +411,7 @@ Jason Orendorff Douglas Orr Denis S. Otkidach Russel Owen +Mike Pall Todd R. Palmer Alexandre Parenteau Dan Parisien |