• Tim Peters's avatar
    cPickle.c, load_build(): Taught cPickle how to pick apart · 080c88b9
    Tim Peters yazdı
    the optional proto 2 slot state.
    
    pickle.py, load_build():  CAUTION:  Noted that cPickle's
    load_build and pickle's load_build really don't do the same
    things with the state, and didn't before this patch either.
    cPickle never tries to do .update(), and has no backoff if
    instance.__dict__ can't be retrieved.  There are no tests
    that can tell the difference, and part of what cPickle's
    load_build() did looked accidental to me, so I don't know
    what the true intent is here.
    
    pickletester.py, test_pickle.py:  Got rid of the hack for
    exempting cPickle from running some of the proto 2 tests.
    
    dictobject.c, PyDict_Next():  documented intended use.
    080c88b9
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...