mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added PyMarshal functions
This commit is contained in:
parent
0cc24730fe
commit
932c06e4ff
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue