Home
last modified time | relevance | path

Searched refs:PyMarshal_WriteObjectToString (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Include/
Dmarshal.h14 PyAPI_FUNC(PyObject *) PyMarshal_WriteObjectToString(PyObject *, int);
/external/python/cpython3/Programs/
D_freeze_module.c124 PyObject *marshalled = PyMarshal_WriteObjectToString(code, Py_MARSHAL_VERSION); in compile_and_marshal()
/external/python/cpython3/Doc/c-api/
Dmarshal.rst39 .. c:function:: PyObject* PyMarshal_WriteObjectToString(PyObject *value, int version)
/external/python/cpython3/PC/
Dpython3dll.c379 EXPORT_FUNC(PyMarshal_WriteObjectToString)
/external/python/cpython3/Doc/data/
Drefcounts.dat1342 PyMarshal_WriteObjectToString:PyObject*::+1:
1343 PyMarshal_WriteObjectToString:PyObject*:value:0:
1344 PyMarshal_WriteObjectToString:int:version::
Dpython3.13.abi447 …<elf-symbol name='PyMarshal_WriteObjectToString' type='func-type' binding='global-binding' visibil…
27477PyMarshal_WriteObjectToString' mangled-name='PyMarshal_WriteObjectToString' filepath='Python/marsh…
/external/python/cpython3/Modules/
D_interpretersmodule.c353 bytes_obj = PyMarshal_WriteObjectToString(arg, Py_MARSHAL_VERSION); in get_code_str()
/external/python/cpython3/Python/
Dmarshal.c1745 PyMarshal_WriteObjectToString(PyObject *x, int version) in PyMarshal_WriteObjectToString() function
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a2.rst1234 * :c:func:`PyMarshal_WriteObjectToString`
/external/python/cpython3/Misc/
Dstable_abi.toml1797 [function.PyMarshal_WriteObjectToString]
DHISTORY31934 PyMarshal_WriteObjectToString(object).
/external/python/cpython3/Doc/whatsnew/
D3.11.rst2669 * :c:func:`PyMarshal_WriteObjectToString`