mirror of
https://github.com/python/cpython.git
synced 2026-01-01 21:14:02 +00:00
* Add _PyCoreConfig._init_main: if equals to zero, _Py_InitializeFromConfig() doesn't call _Py_InitializeMainInterpreter(). * Add interp_p parameter to _Py_InitializeFromConfig(). * pymain_init() now calls _Py_InitializeFromConfig(). * Make _Py_InitializeCore() private. |
||
|---|---|---|
| .. | ||
| abstract.h | ||
| coreconfig.h | ||
| dictobject.h | ||
| interpreteridobject.h | ||
| object.h | ||
| objimpl.h | ||
| pyerrors.h | ||
| pylifecycle.h | ||
| pystate.h | ||
| tupleobject.h | ||
| unicodeobject.h | ||