cpython/Misc/NEWS.d/next
Victor Stinner af1d64d9f7
bpo-42260: Main init modify sys.flags in-place (GH-23150)
When Py_Initialize() is called twice, the second call now updates
more sys attributes for the configuration, rather than only sys.argv.

* Rename _PySys_InitMain() to _PySys_UpdateConfig().
* _PySys_UpdateConfig() now modifies sys.flags in-place, instead of
  creating a new flags object.
* Remove old commented sys.flags flags (unbuffered and skip_first).
* Add private _PySys_GetObject() function.
* When Py_Initialize(), Py_InitializeFromConfig() and
2020-11-04 17:34:34 +01:00
..
Build Python 3.10.0a2 2020-11-03 00:02:08 +00:00
C API bpo-42260: Main init modify sys.flags in-place (GH-23150) 2020-11-04 17:34:34 +01:00
Core and Builtins Python 3.10.0a2 2020-11-03 17:30:57 +00:00
Documentation Python 3.10.0a2 2020-11-03 00:02:08 +00:00
IDLE Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Library bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) 2020-11-04 11:20:10 +01:00
macOS Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Security Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Tests Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Tools-Demos Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Windows Python 3.10.0a2 2020-11-03 00:02:08 +00:00