Commit 932c06e4 authored by Guido van Rossum's avatar Guido van Rossum

Added PyMarshal functions

parent 0cc24730
......@@ -337,6 +337,11 @@ EXPORTS
Py_GetProgramName
PySlice_New
PySlice_GetIndices
PyMarshal_WriteLongToFile
PyMarshal_WriteObjectToFile
PyMarshal_ReadLongFromFile
PyMarshal_ReadObjectFromFile
PyMarshal_ReadObjectFromString
_Py_c_pow
_Py_c_quot
_Py_c_neg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment