• Guido van Rossum's avatar
    SF patch #470393 (Jim Ahlstrom): Add missing marshal function · b8cf3e64
    Guido van Rossum yazdı
        In Include/, marshal.h declares both
        PyMarshal_ReadLongFromFile()
        and PyMarshal_ReadShortFromFile(),
        but the second is missing from marshal.c.
    
    [Shouldn't the return type be declared as 'short' instead of 'int'?
    But 'int' is what was in marshal.h all those years...  --Guido]
    b8cf3e64
marshal.c 18 KB