cpython/Misc/NEWS.d/next
Victor Stinner 9c42f8cda5
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
* _PyConfig_InitPathConfig() now starts by copying the global path
  configuration, and then override values set in PyConfig.
* _PyPathConfig_Calculate() implementations no longer override
  _PyPathConfig fields which are already computed. For example,
  if _PyPathConfig.prefix is not NULL, leave it unchanged.
* If Py_SetPath() has been called, _PyConfig_InitPathConfig() doesn't
  call _PyPathConfig_Calculate() anymore.
* _PyPathConfig_Calculate() no longer uses PyConfig,
  except to initialize PyCalculatePath structure.
* pathconfig_calculate(): remove useless temporary
  "_PyPathConfig new_config" variable.
* calculate_module_search_path(): remove hack to workaround memory
  allocation failure, call Py_FatalError() instead.
* Fix get_program_full_path(): handle memory allocation failure.
2019-09-23 18:47:29 +02:00
..
Build closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) 2019-09-13 14:38:07 +01:00
C API bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) 2019-09-23 18:47:29 +02:00
Core and Builtins bpo-38236: Dump path config at first import error (GH-16300) 2019-09-23 14:45:47 +02:00
Documentation bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) 2019-09-21 01:19:02 +10:00
IDLE bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) 2019-09-17 02:05:04 -04:00
Library bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) 2019-09-20 21:28:49 -07:00
macOS bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) 2019-09-16 03:38:27 +01:00
Security bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) 2019-08-31 08:25:35 -07:00
Tests bpo-34001: Fix test_ssl with LibreSSL (GH-13783) 2019-09-11 10:24:47 -07:00
Tools-Demos closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) 2019-09-12 16:46:37 +01:00
Windows bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) 2019-09-16 15:21:16 +01:00