Home
last modified time | relevance | path

Searched refs:import_python (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Ddynload_win.c168 char funcname[258], *import_python; local
268 import_python = GetPythonImport(hDLL);
270 if (import_python &&
271 _stricmp(buffer,import_python)) {
275 import_python);
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3699 char funcname[258], *import_python;