Searched refs:main_importer_path (Results 1 – 1 of 1) sorted by relevance
540 PyObject *main_importer_path = NULL; in pymain_run_python() local547 if (pymain_get_importer(config->run_filename, &main_importer_path, in pymain_run_python()553 if (main_importer_path != NULL) { in pymain_run_python()554 if (pymain_sys_path_add_path0(interp, main_importer_path) < 0) { in pymain_run_python()583 else if (main_importer_path != NULL) { in pymain_run_python()600 Py_XDECREF(main_importer_path); in pymain_run_python()