mirror of https://github.com/python/cpython.git
Added PyMarshal functions
This commit is contained in:
parent
0cc24730fe
commit
932c06e4ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue