Staging
v0.5.1
https://github.com/python/cpython
Revision 9316ee4da2dcc217351418fc4dbe9205995689e0 authored by Victor Stinner on 25 November 2017, 02:17:57 UTC, committed by GitHub on 25 November 2017, 02:17:57 UTC
* Add _PyPathConfig_Init() and _PyPathConfig_Fini()
* Remove _Py_GetPathWithConfig()
* _PyPathConfig_Init() returns _PyInitError to allow to handle errors
  properly
* Add pathconfig_clear()
* Windows calculate_path_impl(): replace Py_FatalError() with
  _PyInitError
* Py_FinalizeEx() now calls _PyPathConfig_Fini() to release memory
* Fix _Py_InitializeMainInterpreter() regression: don't initialize
  path config if _disable_importlib is false
* PyPathConfig now uses dynamically allocated memory
1 parent 706cb31
History
Tip revision: 9316ee4da2dcc217351418fc4dbe9205995689e0 authored by Victor Stinner on 25 November 2017, 02:17:57 UTC
bpo-32030: Add _PyPathConfig_Init() (#4551)
Tip revision: 9316ee4
File Mode Size
bundle
core
dev
doc
exe
launcher
lib
path
pip
tcltk
test
tools
README.txt -rw-r--r-- 22.2 KB
build.bat -rw-r--r-- 2.3 KB
buildrelease.bat -rw-r--r-- 8.8 KB
common.wxs -rw-r--r-- 4.2 KB
common_en-US.wxl_template -rw-r--r-- 1.4 KB
csv_to_wxs.py -rw-r--r-- 4.9 KB
distutils.command.bdist_wininst.py -rw-r--r-- 555 bytes
generate_md5.py -rw-r--r-- 679 bytes
get_externals.bat -rw-r--r-- 2.6 KB
make_zip.proj -rw-r--r-- 1.8 KB
make_zip.py -rw-r--r-- 7.5 KB
msi.props -rw-r--r-- 9.0 KB
msi.targets -rw-r--r-- 5.2 KB
purge.py -rw-r--r-- 1.8 KB
testrelease.bat -rw-r--r-- 4.0 KB
uploadrelease.bat -rw-r--r-- 4.3 KB
uploadrelease.proj -rw-r--r-- 6.6 KB
wix.props -rw-r--r-- 955 bytes

README.txt

back to top