cpython/Misc/NEWS.d/next/C API
Victor Stinner 0c90d6f759
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
* -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-08-05 12:31:59 +02:00
..
2018-07-02-10-58-11.bpo-34008.COewz-.rst bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) 2018-07-21 02:16:22 +02:00
2018-07-09-11-39-54.bpo-23927.pDFkxb.rst bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) 2018-07-11 09:56:05 -07:00
2018-08-05-00-21-38.bpo-34247._Sn92u.rst [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) 2018-08-05 12:31:59 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/