cpython/Programs
Victor Stinner 1075d1684a
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
* Add _Py_GetConfigsAsDict() function to get all configurations as a
  dict.
* dump_config() of _testembed.c now dumps preconfig as a separated
  key: call _Py_GetConfigsAsDict().
* Make _PyMainInterpreterConfig_AsDict() private.
2019-03-25 23:19:57 +01:00
..
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
_freeze_importlib.c bpo-36142: Add _PyPreConfig structure (GH-12172) 2019-03-05 02:01:27 +01:00
_testembed.c bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) 2019-03-25 23:19:57 +01:00
python.c bpo-35081: Rename internal headers (GH-10275) 2018-11-12 16:53:38 +01:00

README

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