Tim Peters
d9b9ac855c
It's unclear whether PyMarshal_XXX() are part of the public or private API.
...
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.
2001-01-28 00:27:39 +00:00
..
2001-01-17 17:09:53 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2001-01-25 20:04:14 +00:00
2000-09-15 18:19:27 +00:00
2001-01-04 01:30:34 +00:00
2000-09-01 23:29:29 +00:00
2000-08-03 16:24:25 +00:00
2001-01-25 20:06:59 +00:00
2000-07-09 00:20:36 +00:00
2000-07-22 19:25:51 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2001-01-25 20:06:59 +00:00
2001-01-25 20:06:59 +00:00
2000-08-24 20:09:45 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-26 05:46:01 +00:00
2001-01-28 00:27:39 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2001-01-25 22:13:34 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2001-01-24 22:13:48 +00:00
2001-01-24 04:17:26 +00:00
2001-01-25 20:06:59 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2001-01-17 14:12:33 +00:00
2000-09-01 23:29:29 +00:00
2000-12-22 21:51:10 +00:00
2000-09-01 23:29:29 +00:00
2000-12-15 21:57:34 +00:00
2000-11-03 08:18:37 +00:00
2000-09-01 23:29:29 +00:00
2001-01-22 16:50:11 +00:00
2001-01-23 01:46:06 +00:00
2001-01-25 20:04:14 +00:00
2000-10-11 17:18:11 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-07-09 00:55:06 +00:00
2000-09-21 05:43:11 +00:00
2000-09-01 23:29:29 +00:00
2000-12-15 22:01:39 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2000-09-01 23:29:29 +00:00
2001-01-19 09:45:02 +00:00
2000-08-11 11:43:10 +00:00