cpython/Programs
Victor Stinner 20004959d2
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
* Replace _PyCoreConfig.preconfig with 3 new fields in _PyCoreConfig:
  isolated, use_environment, dev_mode.
* Add _PyPreCmdline.dev_mode.
* Add _Py_PreInitializeFromPreConfigInPlace().
2019-03-26 02:31:11 +01:00
..
_freeze_importlib.c bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) 2019-03-26 02:31:11 +01:00
_testembed.c bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) 2019-03-26 02:31:11 +01:00
python.c bpo-35081: Rename internal headers (GH-10275) 2018-11-12 16:53:38 +01:00
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00

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