Searched refs:base_executable (Results 1 – 9 of 9) sorted by relevance
61 CLEAR(config->base_executable); in pathconfig_clear()91 COPY_ATTR(base_executable); in pathconfig_copy()173 COPY_CONFIG(base_executable, base_executable); in pathconfig_set_from_config()226 SET_ITEM_STR(base_executable); in _PyPathConfig_AsDict()391 if (config->executable != NULL && config->base_executable == NULL) { in config_init_pathconfig()397 COPY_ATTR(base_executable, base_executable); in config_init_pathconfig()457 if (config->base_executable == NULL && config->executable != NULL) { in _PyConfig_InitPathConfig()458 if (copy_wstr(&config->base_executable, in _PyConfig_InitPathConfig()
674 CLEAR(config->base_executable); in PyConfig_Clear()916 COPY_WSTR_ATTR(base_executable); in _PyConfig_Copy()1019 SET_ITEM_WSTR(base_executable); in _PyConfig_AsDict()1320 GET_WSTR_OPT(base_executable); in _PyConfig_FromDict()
3004 COPY_WSTR("_base_executable", config->base_executable); in _PySys_UpdateConfig()
217 self.set_config(base_executable="base_executable")225 base_executable=None,
29 wchar_t *base_executable; member
509 if (pathconfig->base_executable == NULL) { in get_program_full_path()510 pathconfig->base_executable = PyMem_RawMalloc( in get_program_full_path()512 if (pathconfig->base_executable == NULL) { in get_program_full_path()516 status = canonicalize(pathconfig->base_executable, in get_program_full_path()
143 status = PyConfig_SetString(config, &config->base_executable, in set_process_name()
188 wchar_t *base_executable; member
545 .. c:member:: wchar_t* base_executable1344 * :c:member:`PyConfig.base_executable`1398 :c:member:`PyConfig.base_executable`