1. 28 Jan, 2001 1 commit
    • Tim Peters's avatar
      It's unclear whether PyMarshal_XXX() are part of the public or private API. · d9b9ac85
      Tim Peters authored
      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
  2. 27 Jan, 2001 18 commits
  3. 26 Jan, 2001 21 commits