• Guido van Rossum's avatar
    Urmpf. Quality control on this patch lapsed a bit. :-( · 98626cd7
    Guido van Rossum yazdı
    The depth field was never decremented inside w_object(), and it was
    never initialized in PyMarshal_WriteObjectToFile().
    
    This caused imports from .pyc files to fil mysteriously when the .pyc
    file was written by the broken code -- w_object() would bail out
    early, but PyMarshal_WriteObjectToFile() doesn't check the error or
    return an error code, and apparently the marshalling code doesn't call
    PyErr_Check() either.  (That's a separate patch if I feel like it.)
    98626cd7
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...
Makefile.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...