Kaydet (Commit) 932c06e4 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added PyMarshal functions

üst 0cc24730
...@@ -337,6 +337,11 @@ EXPORTS ...@@ -337,6 +337,11 @@ EXPORTS
Py_GetProgramName Py_GetProgramName
PySlice_New PySlice_New
PySlice_GetIndices PySlice_GetIndices
PyMarshal_WriteLongToFile
PyMarshal_WriteObjectToFile
PyMarshal_ReadLongFromFile
PyMarshal_ReadObjectFromFile
PyMarshal_ReadObjectFromString
_Py_c_pow _Py_c_pow
_Py_c_quot _Py_c_quot
_Py_c_neg _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