Home
last modified time | relevance | path

Searched refs:_PyImport_FindExtensionObject (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dimport.h17 Py_DEPRECATED(3.10) PyAPI_FUNC(PyObject *) _PyImport_FindExtensionObject(PyObject *, PyObject *);
/third_party/python/Misc/NEWS.d/
D3.10.0.rst94 Restore the private C API function :func:`_PyImport_FindExtensionObject`. It
D3.10.1.rst1510 Restore the private C API function :func:`_PyImport_FindExtensionObject`. It
/third_party/python/Python/
Dimport.c562 _PyImport_FindExtensionObject(PyObject *name, PyObject *filename) in _PyImport_FindExtensionObject() function