Home
last modified time | relevance | path

Searched refs:PyModule_FromDefAndSpec2 (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dmodsupport.h223 #define PyModule_FromDefAndSpec2 PyModule_FromDefAndSpec2TraceRefs macro
243 PyAPI_FUNC(PyObject *) PyModule_FromDefAndSpec2(PyModuleDef *def,
249 PyModule_FromDefAndSpec2(module, spec, PYTHON_ABI_VERSION)
252 PyModule_FromDefAndSpec2(module, spec, PYTHON_API_VERSION)
/third_party/python/Objects/
Dmoduleobject.c248 PyModule_FromDefAndSpec2(struct PyModuleDef* def, PyObject *spec, int module_api_version) in PyModule_FromDefAndSpec2() function
/third_party/python/Doc/c-api/
Dmodule.rst392 ModuleSpec *spec*. This behaves like :c:func:`PyModule_FromDefAndSpec2`
397 .. c:function:: PyObject * PyModule_FromDefAndSpec2(PyModuleDef *def, PyObject *spec, int module_ap…
/third_party/python/Doc/data/
Drefcounts.dat1376 PyModule_FromDefAndSpec2:PyObject*::+1:
1377 PyModule_FromDefAndSpec2:PyModuleDef*:def::
1378 PyModule_FromDefAndSpec2:PyObject*:spec:0:
1379 PyModule_FromDefAndSpec2:int:module_api_version::
Dstable_abi.dat395 function,PyModule_FromDefAndSpec2,3.7,
/third_party/python/PC/
Dpython3dll.c371 EXPORT_FUNC(PyModule_FromDefAndSpec2)
/third_party/python/Misc/
Dstable_abi.txt1886 function PyModule_FromDefAndSpec2
/third_party/python/Doc/whatsnew/
D3.5.rst2201 New :c:func:`PyModule_FromDefAndSpec`, :c:func:`PyModule_FromDefAndSpec2`,