mirror of
https://github.com/python/cpython.git
synced 2026-04-23 04:11:18 +00:00
* -X dev: it is now possible to override the memory allocator using PYTHONMALLOC even if the developer mode is enabled. * Add _Py_InitializeFromConfig() * Add _Py_Initialize_ReadEnvVars() to set global configuration variables from environment variables * Fix the code to initialize Python: Py_Initialize() now also reads environment variables * _Py_InitializeCore() can now be called twice: the second call only replaces the configuration. * Write unit tests on Py_Initialize() and the different ways to configure Python * The isolated mode now always sets Py_IgnoreEnvironmentFlag and Py_NoUserSiteDirectory to 1. * pymain_read_conf() now saves/restores the configuration if the encoding changed |
||
|---|---|---|
| .. | ||
| 2018-07-02-10-58-11.bpo-34008.COewz-.rst | ||
| 2018-07-09-11-39-54.bpo-23927.pDFkxb.rst | ||
| 2018-08-05-00-21-38.bpo-34247._Sn92u.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/