• Victor Stinner's avatar
    bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) · d4341109
    Victor Stinner yazdı
    Changes:
    
    * Py_Main() initializes _PyCoreConfig.module_search_path_env from
      the PYTHONPATH environment variable.
    * PyInterpreterState_New() now initializes core_config and config
      fields
    * Compute sys.path a little bit ealier in
      _Py_InitializeMainInterpreter() and new_interpreter()
    * Add _Py_GetPathWithConfig() private function.
    d4341109
getpathp.c 30.3 KB