Home
last modified time | relevance | path

Searched refs:_PyImport_FindSharedFuncptrWindows (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dimportdl.c19 extern dl_funcptr _PyImport_FindSharedFuncptrWindows(const char *prefix,
133 exportfunc = _PyImport_FindSharedFuncptrWindows(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()
Ddynload_win.c220 dl_funcptr _PyImport_FindSharedFuncptrWindows(const char *prefix, function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst4849 happens during module import in ``_PyImport_FindSharedFuncptrWindows()``.