[Python-checkins] python/dist/src/Misc ACKS,1.258,1.259
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Feb 8 13:54:39 EST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15247/Misc
Modified Files:
ACKS
Log Message:
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.
Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.258
retrieving revision 1.259
diff -C2 -d -r1.258 -r1.259
*** ACKS 31 Jan 2004 12:34:16 -0000 1.258
--- ACKS 8 Feb 2004 18:54:37 -0000 1.259
***************
*** 412,415 ****
--- 412,416 ----
Denis S. Otkidach
Russel Owen
+ Mike Pall
Todd R. Palmer
Alexandre Parenteau
More information about the Python-checkins
mailing list