Searched refs:pre_config (Results 1 – 3 of 3) sorted by relevance
593 pre_config = configs['pre_config']596 expected_preconfig[key] = pre_config[key]658 pre_config = dict(configs['pre_config'])661 pre_config.pop(key, None)663 self.assertEqual(pre_config, expected)674 pre_config = configs['pre_config']688 expected[global_key] = 0 if pre_config[core_key] else 1691 expected[global_key] = pre_config[core_key]1100 pre_config = {1109 self.check_all_configs("test_init_dont_parse_argv", config, pre_config,
2920 const PyPreConfig *pre_config = &interp->runtime->preconfig; in _Py_GetConfigsAsDict() local2921 dict = _PyPreConfig_AsDict(pre_config); in _Py_GetConfigsAsDict()
11719 things happened: (1) The pre_config target was added to run before11721 the pre_config target in order to set up the correct symbolic links11722 (in the apps/platform directory) needed by the pre_config target.11732 context, pre_config, menuconfig, clean_context. Not nearly as