[Python-Dev] Where is PyMarshal_ReadShortFromFile() ? (original) (raw)
Tim Peters tim.one@home.com
Thu, 11 Oct 2001 15:15:32 -0400
- Previous message: [Python-Dev] Where is PyMarshal_ReadShortFromFile() ?
- Next message: [Python-Dev] Where is PyMarshal_ReadShortFromFile() ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[James C. Ahlstrom]
I am looking at Python 2.2a3.
In Include/, marshal.h declares both PyMarshalReadLongFromFile() and PyMarshalReadShortFromFile(), but the second seems to be missing from marshal.c. Or is it somewhere else?
Doesn't appear to be anywhere.
Here is the code; put in marshal.c just before ReadLongFromFile at line 638:
Please submit as a patch to SourceForge, including doc and test case changes.
- Previous message: [Python-Dev] Where is PyMarshal_ReadShortFromFile() ?
- Next message: [Python-Dev] Where is PyMarshal_ReadShortFromFile() ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]