Staging
v0.8.1
Revision 05eba1fdc80efe145bac39d9d84cb1cc439f303c authored by Tim Peters on 27 August 2004, 21:32:02 UTC, committed by Tim Peters on 27 August 2004, 21:32:02 UTC
much to reduce the size of the code, but greatly improves its clarity.
It's also quicker in what's probably the most common case (the argument
iterable is a list).  Against it, if the iterable isn't a list or a tuple,
a temp tuple is materialized containing the entire input sequence, and
that's a bigger temp memory burden.  Yawn.
1 parent cca0183
History
File Mode Size
Makefile -rw-r--r-- 20.0 KB
README.os2emx -rw-r--r-- 29.8 KB
config.c -rw-r--r-- 4.9 KB
dlfcn.c -rw-r--r-- 5.4 KB
dlfcn.h -rw-r--r-- 2.0 KB
dllentry.c -rw-r--r-- 726 bytes
getpathp.c -rw-r--r-- 9.1 KB
pyconfig.h -rw-r--r-- 7.1 KB
python23.def -rw-r--r-- 24.8 KB
pythonpm.c -rw-r--r-- 2.9 KB

README.os2emx

back to top