cpython/Include/internal
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
..
pycore_accu.h
pycore_atomic.h Fix the Py_atomic_* macros. (#12240) 2019-03-08 12:06:56 -07:00
pycore_ceval.h bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246) 2019-03-15 15:47:51 -06:00
pycore_condvar.h
pycore_context.h
pycore_coreconfig.h bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) 2019-03-26 02:31:11 +01:00
pycore_fileutils.h bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) 2019-03-19 01:46:25 +01:00
pycore_getopt.h bpo-36301: Add _PyWstrList structure (GH-12343) 2019-03-15 15:08:05 +01:00
pycore_gil.h
pycore_hamt.h
pycore_object.h
pycore_pathconfig.h bpo-36236: Handle removed cwd at Python init (GH-12424) 2019-03-19 16:09:27 +01:00
pycore_pyhash.h
pycore_pylifecycle.h bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) 2019-03-26 02:31:11 +01:00
pycore_pymem.h bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) 2019-03-06 01:13:43 +01:00
pycore_pystate.h bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) 2019-03-23 12:05:43 +01:00
pycore_tupleobject.h bpo-36030: Add _PyTuple_FromArray() function (GH-11954) 2019-02-25 17:59:12 +01:00
pycore_warnings.h