cpython/Include/internal
Victor Stinner 70005ac0fd
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
_PyCoreConfig_SetPyArgv() and _PyCoreConfig_SetWideString() now
pre-initialize Python if needed to ensure that the locale encoding is
properly configured.

* Add _Py_PreInitializeFromPyArgv() internal function.
* Add 'args' parameter to _Py_PreInitializeFromCoreConfig()
2019-05-02 15:25:34 -04:00
..
pycore_accu.h
pycore_atomic.h bpo-33608: Normalize atomic macros so that they all expect an atomic struct (GH-12877) 2019-04-22 11:13:11 -07:00
pycore_ceval.h Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) 2019-04-29 13:04:07 +02:00
pycore_condvar.h
pycore_context.h
pycore_coreconfig.h bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 2019-05-02 14:56:30 -04:00
pycore_fileutils.h
pycore_getopt.h
pycore_gil.h
pycore_hamt.h
pycore_object.h
pycore_pathconfig.h
pycore_pyhash.h
pycore_pylifecycle.h bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) 2019-05-02 15:25:34 -04:00
pycore_pymem.h
pycore_pystate.h bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 2019-05-02 14:56:30 -04:00
pycore_tupleobject.h
pycore_warnings.h