mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +00:00
* Rename PyPathConfig structure to _PyPathConfig and move it to Include/internal/pystate.h * Rename path_config to _Py_path_config * _PyPathConfig: Rename program_name field to program_full_path * Add assert(str != NULL); to _PyMem_RawWcsdup(), _PyMem_RawStrdup() and _PyMem_Strdup(). * Rename calculate_path() to pathconfig_global_init(). The function now does nothing if it's already initiallized. |
||
|---|---|---|
| .. | ||
| ceval.h | ||
| condvar.h | ||
| gil.h | ||
| mem.h | ||
| pystate.h | ||
| warnings.h | ||