cpython/Programs
Victor Stinner d145775b45
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
* Config: Rename ignore_environment field to use_environment.
* _PyCoreConfig_Read(): if isolated is set, use_environment and
  site_import are now always set to 0.
* Inline pymain_free_raw() into pymain_free()
* Move config_init_warnoptions() call into pymain_read_conf_impl()
* _PyCoreConfig_Read(): don't replace values if they are already set:
  faulthandler, pycache_prefix, home.
2018-07-26 16:04:56 +02:00
..
_freeze_importlib.c bpo-34170: Cleanup pymain_read_conf() (GH-8476) 2018-07-26 16:04:56 +02:00
_testembed.c bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) 2018-07-20 17:34:23 +02:00
python.c bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919) 2017-12-18 23:42:55 +01:00
README

Source files for binary executables (as opposed to shared modules)