[Python-checkins] [python/cpython] 6b4be1: bpo-22257: Small changes for PEP 432. (#1728)
GitHub
noreply at github.com
Tue May 23 00:36:04 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: 6b4be195cd8868b76eb6fbe166acc39beee8ce36
https://github.com/python/cpython/commit/6b4be195cd8868b76eb6fbe166acc39beee8ce36
Author: Eric Snow <ericsnowcurrently at gmail.com>
Date: 2017年05月22日 (2017年5月22日)
Changed paths:
M Include/Python.h
M Include/compile.h
M Include/pylifecycle.h
M Include/pystate.h
M Include/pythonrun.h
M Lib/importlib/_bootstrap.py
M Lib/test/coding20731.py
M Lib/test/test_cmd_line.py
M Lib/test/test_site.py
M Makefile.pre.in
M Misc/NEWS
M Modules/main.c
M PCbuild/pythoncore.vcxproj
M PCbuild/pythoncore.vcxproj.filters
A Python/bootstrap_hash.c
M Python/importlib.h
M Python/pylifecycle.c
M Python/pystate.c
R Python/random.c
M Python/sysmodule.c
Log Message:
-----------
bpo-22257: Small changes for PEP 432. (#1728)
PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes.
More information about the Python-checkins
mailing list