• Tim Peters's avatar
    Generalize operator.indexOf (PySequence_Index) to work with any · 16a77adf
    Tim Peters yazdı
    iterable object.  I'm not sure how that got overlooked before!
    
    Got rid of the internal _PySequence_IterContains, introduced a new
    internal _PySequence_IterSearch, and rewrote all the iteration-based
    "count of", "index of", and "is the object in it or not?" routines to
    just call the new function.  I suppose it's slower this way, but the
    code duplication was getting depressing.
    16a77adf
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
Makefile.pre.in Loading commit data...
NEWS Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
unicode.txt Loading commit data...
vgrindefs Loading commit data...