mirror of
https://github.com/python/cpython.git
synced 2025-11-19 02:39:15 +00:00
* _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. |
||
|---|---|---|
| .. | ||
| 2018-08-04-00-59-44.bpo-34331.iaUkmU.rst | ||
| 2019-06-06-08-47-04.bpo-37170.hO_fpM.rst | ||
| 2019-06-07-14-03-52.bpo-37194.uck7MD.rst | ||
| 2019-06-10-15-32-34.bpo-37215.yzoNyU.rst | ||
| 2019-06-11-02-50-38.bpo-37221.4tClQT.rst | ||
| 2019-06-14-14-03-51.bpo-28805.qZC0N_.rst | ||
| 2019-06-19-12-06-31.bpo-37337.gXIGyU.rst | ||
| 2019-06-28-15-49-16.bpo-36763.zrmgki.rst | ||
| 2019-07-02-15-42-37.bpo-37483.vftT4f.rst | ||
| 2019-07-06-23-56-47.bpo-21120.lXHqlT.rst | ||
| 2019-07-07-10-37-07.bpo-37207.SlVNky.rst | ||
| 2019-07-10-12-27-28.bpo-37540.E8Z773.rst | ||
| 2019-07-16-11-02-00.bpo-37151.YKfuNA.rst | ||
| 2019-07-17-09-50-50.bpo-29548.5wIptQ.rst | ||
| 2019-08-17-13-50-21.bpo-37879.CZeUem.rst | ||
| 2019-08-23-11-35-55.bpo-37926.hnI5IQ.rst | ||
| 2019-08-23-18-45-11.bpo-36763.q3Kh8Z.rst | ||
| 2019-09-05-14-17-21.bpo-15088.plt8Em.rst | ||
| 2019-09-13-01-24-47.bpo-38140.y59qaO.rst | ||
| 2019-09-19-18-26-29.bpo-38205.Db1OJL.rst | ||
| 2019-09-20-17-22-41.bpo-38234.ZbquVK.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/