Lines Matching refs:home
640 /* FIXME: test home */
1564 wchar_t *home = Py_DecodeLocale(env, NULL);
1565 if (home == NULL) {
1569 Py_SetPythonHome(home);
1570 PyMem_RawFree(home);
1583 // under the effect of 'home' or PYTHONHOME environment variable.
1589 wchar_t *home = Py_DecodeLocale(env, NULL);
1590 if (home == NULL) {
1598 config_set_string(&config, &config.home, home);
1599 PyMem_RawFree(home);
1614 dump_config(); // home and _is_python_build are cached in _Py_path_config