• Tim Peters's avatar
    It's unclear whether PyMarshal_XXX() are part of the public or private API. · d9b9ac85
    Tim Peters yazdı
    They're named as if public, so I did a Bad Thing by changing
    PyMarshal_ReadObjectFromFile() to suck up the remainder of the file in one
    gulp:  anyone who counted on that leaving the file pointer merely at the
    end of the next object would be screwed.  So restored
    PyMarshal_ReadObjectFromFile() to its earlier state, renamed the new greedy
    code to PyMarshal_ReadLastObjectFromFile(), and changed Python internals to
    call the latter instead.
    d9b9ac85
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
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...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
setup.py Loading commit data...